#427FB3

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

Shades of Steel Blue #427FB3

Tints of Steel Blue #427FB3

Color information

#427FB3 (or 0x427FB3) is unknown color: approx Steel Blue. HEX triplet: 42, 7F and B3. RGB value is (66,127,179). Sum of RGB (Red+Green+Blue) = 66+127+179=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #427FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FB3 is #BD804C. Grayscale: #727272. Windows color (decimal): -12419149 or 11763522. OLE color: 11763522.

HSL color Cylindrical-coordinate representation of color #427FB3: hue angle of 207.61º 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 #427FB3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66127179-
CMYK0.630.2900.30
HSL207.61º46.12%48.04%-
HSV(B)207.61º63.13%70.2%-
XYZ17.9719.5945.48-
YUV114.69164.2993.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=17.74%
G=34.14%
B=48.12%

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
Decimal661271790.630.2900.30207.6146.1248.04
Hex427FB33F1D01Ed02e30
Octal10217726377350363205660
Binary10000101111111101100111111111110101111011010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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