#4074BD

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

Shades of Steel Blue #4074BD

Tints of Steel Blue #4074BD

Color information

#4074BD (or 0x4074BD) is unknown color: approx Steel Blue. HEX triplet: 40, 74 and BD. RGB value is (64,116,189). Sum of RGB (Red+Green+Blue) = 64+116+189=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #4074BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BD is #BF8B42. Grayscale: #6C6C6C. Windows color (decimal): -12553027 or 12416064. OLE color: 12416064.

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

Color convert

RGB64116189-
CMYK0.660.3900.26
HSL215.04º49.41%49.61%-
HSV(B)215.04º66.14%74.12%-
XYZ17.5517.2550.55-
YUV108.77173.2796.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=17.34%
G=31.44%
B=51.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641161890.660.3900.26215.0449.4149.61
Hex4074BD422701Ad73132
Octal100164275102470323276162
Binary1000000111010010111101100001010011101101011010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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