#4474B7

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

Shades of Steel Blue #4474B7

Tints of Steel Blue #4474B7

Color information

#4474B7 (or 0x4474B7) is unknown color: approx Steel Blue. HEX triplet: 44, 74 and B7. RGB value is (68,116,183). Sum of RGB (Red+Green+Blue) = 68+116+183=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #4474B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474B7 is #BB8B48. Grayscale: #6C6C6C. Windows color (decimal): -12290889 or 12022852. OLE color: 12022852.

HSL color Cylindrical-coordinate representation of color #4474B7: hue angle of 214.96º 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 #4474B7 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68116183-
CMYK0.630.3700.28
HSL214.96º45.82%49.22%-
HSV(B)214.96º62.84%71.76%-
XYZ17.1817.1447.2-
YUV109.29169.698.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=18.53%
G=31.61%
B=49.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681161830.630.3700.28214.9645.8249.22
Hex4474B73F2501Cd72e31
Octal10416426777450343275661
Binary100010011101001011011111111110010101110011010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4474B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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