#4272BE

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

Shades of Steel Blue #4272BE

Tints of Steel Blue #4272BE

Color information

#4272BE (or 0x4272BE) is unknown color: approx Steel Blue. HEX triplet: 42, 72 and BE. RGB value is (66,114,190). Sum of RGB (Red+Green+Blue) = 66+114+190=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 114 (44.92% from 255 or 30.81% 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 #4272BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272BE is #BD8D41. Grayscale: #6B6B6B. Windows color (decimal): -12422466 or 12481090. OLE color: 12481090.

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

Color convert

RGB66114190-
CMYK0.650.4000.25
HSL216.77º48.82%50.2%-
HSV(B)216.77º65.26%74.51%-
XYZ17.5616.9151.05-
YUV108.31174.197.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=17.84%
G=30.81%
B=51.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661141900.650.4000.25216.7748.8250.2
Hex4272BE4128019d93132
Octal102162276101500313316162
Binary1000010111001010111110100000110100001100111011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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