#4474BC

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

Shades of Steel Blue #4474BC

Tints of Steel Blue #4474BC

Color information

#4474BC (or 0x4474BC) is unknown color: approx Steel Blue. HEX triplet: 44, 74 and BC. RGB value is (68,116,188). Sum of RGB (Red+Green+Blue) = 68+116+188=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4474BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474BC is #BB8B43. Grayscale: #6D6D6D. Windows color (decimal): -12290884 or 12350532. OLE color: 12350532.

HSL color Cylindrical-coordinate representation of color #4474BC: hue angle of 216º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4474BC is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68116188-
CMYK0.640.3800.26
HSL216º47.24%50.2%-
HSV(B)216º63.83%73.73%-
XYZ17.7117.3549.99-
YUV109.86172.198.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=18.28%
G=31.18%
B=50.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681161880.640.3800.2621647.2450.2
Hex4474BC402601Ad82f32
Octal104164274100460323305762
Binary1000100111010010111100100000010011001101011011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4474BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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