#427CAD

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

Shades of Steel Blue #427CAD

Tints of Steel Blue #427CAD

Color information

#427CAD (or 0x427CAD) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and AD. RGB value is (66,124,173). Sum of RGB (Red+Green+Blue) = 66+124+173=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #427CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CAD is #BD8352. Grayscale: #6F6F6F. Windows color (decimal): -12419923 or 11369538. OLE color: 11369538.

HSL color Cylindrical-coordinate representation of color #427CAD: hue angle of 207.48º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427CAD is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66124173-
CMYK0.620.2800.32
HSL207.48º44.77%46.86%-
HSV(B)207.48º61.85%67.84%-
XYZ1718.5942.23-
YUV112.24162.2895.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=18.18%
G=34.16%
B=47.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661241730.620.2800.32207.4844.7746.86
Hex427CAD3E1C020cf2d2f
Octal10217425576340403175557
Binary100001011111001010110111111011100010000011001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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