#427fb2

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

Shades of Steel Blue #427FB2

Tints of Steel Blue #427FB2

Color information

#427FB2 (or 0x427FB2) is unknown color: approx Steel Blue. HEX triplet: 42, 7F and B2. RGB value is (66,127,178). Sum of RGB (Red+Green+Blue) = 66+127+178=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #427FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FB2 is #BD804D. Grayscale: #727272. Windows color (decimal): -12419150 or 11697986. OLE color: 11697986.

HSL color Cylindrical-coordinate representation of color #427FB2: hue angle of 207.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427FB2 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66127178-
CMYK0.630.2900.30
HSL207.32º45.9%47.84%-
HSV(B)207.32º62.92%69.8%-
XYZ17.8719.5544.95-
YUV114.57163.7993.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=17.79%
G=34.23%
B=47.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661271780.630.2900.30207.3245.947.84
Hex427FB23F1D01Ecf2e30
Octal10217726277350363175660
Binary10000101111111101100101111111110101111011001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,127,178); }

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

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

 a { background-color: rgb(66,127,178); }

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

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

 span { border-color: rgb(66,127,178); }

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