#4178BD

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

Shades of Steel Blue #4178BD

Tints of Steel Blue #4178BD

Color information

#4178BD (or 0x4178BD) is unknown color: approx Steel Blue. HEX triplet: 41, 78 and BD. RGB value is (65,120,189). Sum of RGB (Red+Green+Blue) = 65+120+189=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4178BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BD is #BE8742. Grayscale: #6F6F6F. Windows color (decimal): -12486467 or 12417089. OLE color: 12417089.

HSL color Cylindrical-coordinate representation of color #4178BD: hue angle of 213.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4178BD is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65120189-
CMYK0.660.3700.26
HSL213.39º48.82%49.8%-
HSV(B)213.39º65.61%74.12%-
XYZ18.0818.2350.71-
YUV111.42171.7894.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=17.38%
G=32.09%
B=50.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651201890.660.3700.26213.3948.8249.8
Hex4178BD422501Ad53132
Octal101170275102450323256162
Binary1000001111100010111101100001010010101101011010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4178BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4178BD; }

 p { color: rgb(65,120,189); }

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

<style>
 a { background-color: #4178BD; }

 a { background-color: rgb(65,120,189); }

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

<style>
 span { border-color: #4178BD; }

 span { border-color: rgb(65,120,189); }

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