#4270BE

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

Shades of Steel Blue #4270BE

Tints of Steel Blue #4270BE

Color information

#4270BE (or 0x4270BE) is unknown color: approx Steel Blue. HEX triplet: 42, 70 and BE. RGB value is (66,112,190). Sum of RGB (Red+Green+Blue) = 66+112+190=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #4270BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270BE is #BD8F41. Grayscale: #6A6A6A. Windows color (decimal): -12422978 or 12480578. OLE color: 12480578.

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

Color convert

RGB66112190-
CMYK0.650.4100.25
HSL217.74º48.82%50.2%-
HSV(B)217.74º65.26%74.51%-
XYZ17.3416.4650.98-
YUV107.14174.7698.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=17.93%
G=30.43%
B=51.63%

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
Decimal661121900.650.4100.25217.7448.8250.2
Hex4270BE4129019da3132
Octal102160276101510313326162
Binary1000010111000010111110100000110100101100111011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4270BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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