#427AB6

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

Shades of Steel Blue #427AB6

Tints of Steel Blue #427AB6

Color information

#427AB6 (or 0x427AB6) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and B6. RGB value is (66,122,182). Sum of RGB (Red+Green+Blue) = 66+122+182=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #427AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB6 is #BD8549. Grayscale: #6F6F6F. Windows color (decimal): -12420426 or 11958850. OLE color: 11958850.

HSL color Cylindrical-coordinate representation of color #427AB6: hue angle of 211.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427AB6 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66122182-
CMYK0.640.3300.29
HSL211.03º46.77%48.63%-
HSV(B)211.03º63.74%71.37%-
XYZ17.6518.4546.89-
YUV112.1167.4595.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=17.84%
G=32.97%
B=49.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661221820.640.3300.29211.0346.7748.63
Hex427AB6402101Dd32f31
Octal102172266100410353235761
Binary1000010111101010110110100000010000101110111010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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