#427EA3

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

Shades of Steel Blue #427EA3

Tints of Steel Blue #427EA3

Color information

#427EA3 (or 0x427EA3) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and A3. RGB value is (66,126,163). Sum of RGB (Red+Green+Blue) = 66+126+163=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #427EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427EA3 is #BD815C. Grayscale: #707070. Windows color (decimal): -12419421 or 10714690. OLE color: 10714690.

HSL color Cylindrical-coordinate representation of color #427EA3: hue angle of 202.89º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427EA3 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66126163-
CMYK0.600.2300.36
HSL202.89º42.36%44.9%-
HSV(B)202.89º59.51%63.92%-
XYZ16.3218.7237.4-
YUV112.28156.6294.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=18.59%
G=35.49%
B=45.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661261630.600.2300.36202.8942.3644.9
Hex427EA33C17024cb2a2d
Octal10217624374270443135255
Binary100001011111101010001111110010111010010011001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,163); }

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

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

 a { background-color: rgb(66,126,163); }

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

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

 span { border-color: rgb(66,126,163); }

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