#427CA5

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

Shades of Steel Blue #427CA5

Tints of Steel Blue #427CA5

Color information

#427CA5 (or 0x427CA5) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and A5. RGB value is (66,124,165). Sum of RGB (Red+Green+Blue) = 66+124+165=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #427CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CA5 is #BD835A. Grayscale: #6F6F6F. Windows color (decimal): -12419931 or 10845250. OLE color: 10845250.

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

Color convert

RGB66124165-
CMYK0.600.2500.35
HSL204.85º42.86%45.29%-
HSV(B)204.85º60%64.71%-
XYZ16.2518.2938.27-
YUV111.33158.2895.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=18.59%
G=34.93%
B=46.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661241650.600.2500.35204.8542.8645.29
Hex427CA53C19023cd2b2d
Octal10217424574310433155355
Binary100001011111001010010111110011001010001111001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,165); }

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

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

 a { background-color: rgb(66,124,165); }

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

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

 span { border-color: rgb(66,124,165); }

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