#427CAB

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

Shades of Steel Blue #427CAB

Tints of Steel Blue #427CAB

Color information

#427CAB (or 0x427CAB) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and AB. RGB value is (66,124,171). Sum of RGB (Red+Green+Blue) = 66+124+171=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #427CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CAB is #BD8354. Grayscale: #6F6F6F. Windows color (decimal): -12419925 or 11238466. OLE color: 11238466.

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

Color convert

RGB66124171-
CMYK0.610.2700.33
HSL206.86º44.3%46.47%-
HSV(B)206.86º61.4%67.06%-
XYZ16.8118.5141.22-
YUV112.02161.2895.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=18.28%
G=34.35%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661241710.610.2700.33206.8644.346.47
Hex427CAB3D1B021cf2c2e
Octal10217425375330413175456
Binary100001011111001010101111110111011010000111001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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