#4474BA

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

Shades of Steel Blue #4474BA

Tints of Steel Blue #4474BA

Color information

#4474BA (or 0x4474BA) is unknown color: approx Steel Blue. HEX triplet: 44, 74 and BA. RGB value is (68,116,186). Sum of RGB (Red+Green+Blue) = 68+116+186=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4474BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474BA is #BB8B45. Grayscale: #6D6D6D. Windows color (decimal): -12290886 or 12219460. OLE color: 12219460.

HSL color Cylindrical-coordinate representation of color #4474BA: hue angle of 215.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4474BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68116186-
CMYK0.630.3800.27
HSL215.59º46.46%49.8%-
HSV(B)215.59º63.44%72.94%-
XYZ17.4917.2648.86-
YUV109.63171.198.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=18.38%
G=31.35%
B=50.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681161860.630.3800.27215.5946.4649.8
Hex4474BA3F2601Bd82e32
Octal10416427277460333305662
Binary100010011101001011101011111110011001101111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4474BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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