#427AA7

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

Shades of Steel Blue #427AA7

Tints of Steel Blue #427AA7

Color information

#427AA7 (or 0x427AA7) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and A7. RGB value is (66,122,167). Sum of RGB (Red+Green+Blue) = 66+122+167=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #427AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AA7 is #BD8558. Grayscale: #6E6E6E. Windows color (decimal): -12420441 or 10975810. OLE color: 10975810.

HSL color Cylindrical-coordinate representation of color #427AA7: hue angle of 206.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427AA7 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66122167-
CMYK0.600.2700.35
HSL206.73º43.35%45.69%-
HSV(B)206.73º60.48%65.49%-
XYZ16.1817.8739.16-
YUV110.39159.9596.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 167 (65.62% from 255) = 47.04%
R=18.59%
G=34.37%
B=47.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661221670.600.2700.35206.7343.3545.69
Hex427AA73C1B023cf2b2e
Octal10217224774330433175356
Binary100001011110101010011111110011011010001111001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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