#427ABE

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

Shades of Steel Blue #427ABE

Tints of Steel Blue #427ABE

Color information

#427ABE (or 0x427ABE) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and BE. RGB value is (66,122,190). Sum of RGB (Red+Green+Blue) = 66+122+190=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #427ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABE is #BD8541. Grayscale: #707070. Windows color (decimal): -12420418 or 12483138. OLE color: 12483138.

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

Color convert

RGB66122190-
CMYK0.650.3600.25
HSL212.9º48.82%50.2%-
HSV(B)212.9º65.26%74.51%-
XYZ18.518.851.37-
YUV113.01171.4594.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=17.46%
G=32.28%
B=50.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661221900.650.3600.25212.948.8250.2
Hex427ABE4124019d53132
Octal102172276101440313256162
Binary1000010111101010111110100000110010001100111010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427ABE; }

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

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

<style>
 a { background-color: #427ABE; }

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

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

<style>
 span { border-color: #427ABE; }

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

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