#427ABA

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

Shades of Steel Blue #427ABA

Tints of Steel Blue #427ABA

Color information

#427ABA (or 0x427ABA) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and BA. RGB value is (66,122,186). Sum of RGB (Red+Green+Blue) = 66+122+186=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #427ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABA is #BD8545. Grayscale: #707070. Windows color (decimal): -12420422 or 12220994. OLE color: 12220994.

HSL color Cylindrical-coordinate representation of color #427ABA: hue angle of 212º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427ABA is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66122186-
CMYK0.650.3400.27
HSL212º47.62%49.41%-
HSV(B)212º64.52%72.94%-
XYZ18.0718.6249.1-
YUV112.55169.4594.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=17.65%
G=32.62%
B=49.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661221860.650.3400.2721247.6249.41
Hex427ABA412201Bd43031
Octal102172272101420333246061
Binary1000010111101010111010100000110001001101111010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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