#4078BE

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

Shades of Steel Blue #4078BE

Tints of Steel Blue #4078BE

Color information

#4078BE (or 0x4078BE) is unknown color: approx Steel Blue. HEX triplet: 40, 78 and BE. RGB value is (64,120,190). Sum of RGB (Red+Green+Blue) = 64+120+190=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4078BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078BE is #BF8741. Grayscale: #6E6E6E. Windows color (decimal): -12552002 or 12482624. OLE color: 12482624.

HSL color Cylindrical-coordinate representation of color #4078BE: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4078BE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64120190-
CMYK0.660.3700.25
HSL213.33º49.61%49.8%-
HSV(B)213.33º66.32%74.51%-
XYZ18.1318.2451.28-
YUV111.24172.4594.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=17.11%
G=32.09%
B=50.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641201900.660.3700.25213.3349.6149.8
Hex4078BE4225019d53232
Octal100170276102450313256262
Binary1000000111100010111110100001010010101100111010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4078BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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