#4274BE

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

Shades of Steel Blue #4274BE

Tints of Steel Blue #4274BE

Color information

#4274BE (or 0x4274BE) is unknown color: approx Steel Blue. HEX triplet: 42, 74 and BE. RGB value is (66,116,190). Sum of RGB (Red+Green+Blue) = 66+116+190=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4274BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274BE is #BD8B41. Grayscale: #6D6D6D. Windows color (decimal): -12421954 or 12481602. OLE color: 12481602.

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

Color convert

RGB66116190-
CMYK0.650.3900.25
HSL215.81º48.82%50.2%-
HSV(B)215.81º65.26%74.51%-
XYZ17.7917.3751.13-
YUV109.49173.4496.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=17.74%
G=31.18%
B=51.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661161900.650.3900.25215.8148.8250.2
Hex4274BE4127019d83132
Octal102164276101470313306162
Binary1000010111010010111110100000110011101100111011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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