#4272BF

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

Shades of Steel Blue #4272BF

Tints of Steel Blue #4272BF

Color information

#4272BF (or 0x4272BF) is unknown color: approx Steel Blue. HEX triplet: 42, 72 and BF. RGB value is (66,114,191). Sum of RGB (Red+Green+Blue) = 66+114+191=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #4272BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272BF is #BD8D40. Grayscale: #6C6C6C. Windows color (decimal): -12422465 or 12546626. OLE color: 12546626.

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

Color convert

RGB66114191-
CMYK0.650.4000.25
HSL216.96º49.41%50.39%-
HSV(B)216.96º65.45%74.9%-
XYZ17.6716.9551.63-
YUV108.43174.697.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 191 (75% from 255) = 51.48%
R=17.79%
G=30.73%
B=51.48%

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
Decimal661141910.650.4000.25216.9649.4150.39
Hex4272BF4128019d93132
Octal102162277101500313316162
Binary1000010111001010111111100000110100001100111011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4272BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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