#4478BB

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

Shades of Steel Blue #4478BB

Tints of Steel Blue #4478BB

Color information

#4478BB (or 0x4478BB) is unknown color: approx Steel Blue. HEX triplet: 44, 78 and BB. RGB value is (68,120,187). Sum of RGB (Red+Green+Blue) = 68+120+187=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4478BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BB is #BB8744. Grayscale: #6F6F6F. Windows color (decimal): -12289861 or 12286020. OLE color: 12286020.

HSL color Cylindrical-coordinate representation of color #4478BB: hue angle of 213.78º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4478BB is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68120187-
CMYK0.640.3600.27
HSL213.78º46.67%50%-
HSV(B)213.78º63.64%73.33%-
XYZ18.0718.2549.58-
YUV112.09170.2796.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=18.13%
G=32%
B=49.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681201870.640.3600.27213.7846.6750
Hex4478BB402401Bd62f32
Octal104170273100440333265762
Binary1000100111100010111011100000010010001101111010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4478BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4478BB; }

 p { color: rgb(68,120,187); }

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

<style>
 a { background-color: #4478BB; }

 a { background-color: rgb(68,120,187); }

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

<style>
 span { border-color: #4478BB; }

 span { border-color: rgb(68,120,187); }

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