#4475B7

Color #4475B7 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4475B7

Tints of Steel Blue #4475B7

Color information

#4475B7 (or 0x4475B7) is unknown color: approx Steel Blue. HEX triplet: 44, 75 and B7. RGB value is (68,117,183). Sum of RGB (Red+Green+Blue) = 68+117+183=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #4475B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475B7 is #BB8A48. Grayscale: #6D6D6D. Windows color (decimal): -12290633 or 12023108. OLE color: 12023108.

HSL color Cylindrical-coordinate representation of color #4475B7: hue angle of 214.43º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4475B7 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68117183-
CMYK0.630.3600.28
HSL214.43º45.82%49.22%-
HSV(B)214.43º62.84%71.76%-
XYZ17.2917.3747.24-
YUV109.87169.2798.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=18.48%
G=31.79%
B=49.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681171830.630.3600.28214.4345.8249.22
Hex4475B73F2401Cd62e31
Octal10416526777440343265661
Binary100010011101011011011111111110010001110011010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4475B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4475B7; }

 p { color: rgb(68,117,183); }

 H1.HeaderClassName
 {
   color: #4475B7;
 }
 .AnyTagClassName
 {
   color: #4475B7;
 }
</style>
background-color css

<style>
 a { background-color: #4475B7; }

 a { background-color: rgb(68,117,183); }

 div.DivClassName
 {
   background-color: #4475B7;
 }
 .BgClassName
 {
   background-color: #4475B7;
 }
</style>
border-color css

<style>
 span { border-color: #4475B7; }

 span { border-color: rgb(68,117,183); }

 td.TdClassName
 {
   border-color: #4475B7;
 }
 .TagClassName
 {
   border-color: #4475B7;
 }
</style>