#427AA4

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

Shades of Steel Blue #427AA4

Tints of Steel Blue #427AA4

Color information

#427AA4 (or 0x427AA4) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and A4. RGB value is (66,122,164). Sum of RGB (Red+Green+Blue) = 66+122+164=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #427AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AA4 is #BD855B. Grayscale: #6D6D6D. Windows color (decimal): -12420444 or 10779202. OLE color: 10779202.

HSL color Cylindrical-coordinate representation of color #427AA4: hue angle of 205.71º degrees, saturation: 0.43, 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 #427AA4 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66122164-
CMYK0.600.2600.36
HSL205.71º42.61%45.1%-
HSV(B)205.71º59.76%64.31%-
XYZ15.9117.7637.71-
YUV110.04158.4596.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 164 (64.45% from 255) = 46.59%
R=18.75%
G=34.66%
B=46.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661221640.600.2600.36205.7142.6145.1
Hex427AA43C1A024ce2b2d
Octal10217224474320443165355
Binary100001011110101010010011110011010010010011001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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