#4078BA

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

Shades of Steel Blue #4078BA

Tints of Steel Blue #4078BA

Color information

#4078BA (or 0x4078BA) is unknown color: approx Steel Blue. HEX triplet: 40, 78 and BA. RGB value is (64,120,186). Sum of RGB (Red+Green+Blue) = 64+120+186=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 120 (47.27% from 255 or 32.43% 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 #4078BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078BA is #BF8745. Grayscale: #6E6E6E. Windows color (decimal): -12552006 or 12220480. OLE color: 12220480.

HSL color Cylindrical-coordinate representation of color #4078BA: hue angle of 212.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4078BA is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64120186-
CMYK0.660.3500.27
HSL212.46º48.8%49.02%-
HSV(B)212.46º65.59%72.94%-
XYZ17.6918.0749.01-
YUV110.78170.4594.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=17.30%
G=32.43%
B=50.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641201860.660.3500.27212.4648.849.02
Hex4078BA422301Bd43131
Octal100170272102430333246161
Binary1000000111100010111010100001010001101101111010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4078BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,120,186); }

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

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

 a { background-color: rgb(64,120,186); }

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

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

 span { border-color: rgb(64,120,186); }

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