#427BAA

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

Shades of Steel Blue #427BAA

Tints of Steel Blue #427BAA

Color information

#427BAA (or 0x427BAA) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and AA. RGB value is (66,123,170). Sum of RGB (Red+Green+Blue) = 66+123+170=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #427BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BAA is #BD8455. Grayscale: #6F6F6F. Windows color (decimal): -12420182 or 11172674. OLE color: 11172674.

HSL color Cylindrical-coordinate representation of color #427BAA: hue angle of 207.12º 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 #427BAA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66123170-
CMYK0.610.2800.33
HSL207.12º44.07%46.27%-
HSV(B)207.12º61.18%66.67%-
XYZ16.5918.2340.67-
YUV111.31161.1295.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=18.38%
G=34.26%
B=47.35%

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
Decimal661231700.610.2800.33207.1244.0746.27
Hex427BAA3D1C021cf2c2e
Octal10217325275340413175456
Binary100001011110111010101011110111100010000111001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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