#4271BE

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

Shades of Steel Blue #4271BE

Tints of Steel Blue #4271BE

Color information

#4271BE (or 0x4271BE) is unknown color: approx Steel Blue. HEX triplet: 42, 71 and BE. RGB value is (66,113,190). Sum of RGB (Red+Green+Blue) = 66+113+190=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #4271BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271BE is #BD8E41. Grayscale: #6B6B6B. Windows color (decimal): -12422722 or 12480834. OLE color: 12480834.

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

Color convert

RGB66113190-
CMYK0.650.4100.25
HSL217.26º48.82%50.2%-
HSV(B)217.26º65.26%74.51%-
XYZ17.4516.6951.02-
YUV107.72174.4398.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=17.89%
G=30.62%
B=51.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661131900.650.4100.25217.2648.8250.2
Hex4271BE4129019d93132
Octal102161276101510313316162
Binary1000010111000110111110100000110100101100111011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4271BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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