#4074BE

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

Shades of Steel Blue #4074BE

Tints of Steel Blue #4074BE

Color information

#4074BE (or 0x4074BE) is unknown color: approx Steel Blue. HEX triplet: 40, 74 and BE. RGB value is (64,116,190). Sum of RGB (Red+Green+Blue) = 64+116+190=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #4074BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BE is #BF8B41. Grayscale: #6C6C6C. Windows color (decimal): -12553026 or 12481600. OLE color: 12481600.

HSL color Cylindrical-coordinate representation of color #4074BE: hue angle of 215.24º 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 #4074BE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64116190-
CMYK0.660.3900.25
HSL215.24º49.61%49.8%-
HSV(B)215.24º66.32%74.51%-
XYZ17.6517.351.12-
YUV108.89173.7795.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=17.30%
G=31.35%
B=51.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641161900.660.3900.25215.2449.6149.8
Hex4074BE4227019d73232
Octal100164276102470313276262
Binary1000000111010010111110100001010011101100111010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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