#427AAA

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

Shades of Steel Blue #427AAA

Tints of Steel Blue #427AAA

Color information

#427AAA (or 0x427AAA) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and AA. RGB value is (66,122,170). Sum of RGB (Red+Green+Blue) = 66+122+170=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #427AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AAA is #BD8555. Grayscale: #6E6E6E. Windows color (decimal): -12420438 or 11172418. OLE color: 11172418.

HSL color Cylindrical-coordinate representation of color #427AAA: hue angle of 207.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427AAA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66122170-
CMYK0.610.2800.33
HSL207.69º44.07%46.27%-
HSV(B)207.69º61.18%66.67%-
XYZ16.4617.9840.63-
YUV110.73161.4596.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=18.44%
G=34.08%
B=47.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661221700.610.2800.33207.6944.0746.27
Hex427AAA3D1C021d02c2e
Octal10217225275340413205456
Binary100001011110101010101011110111100010000111010000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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