#427EBF

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

Shades of Steel Blue #427EBF

Tints of Steel Blue #427EBF

Color information

#427EBF (or 0x427EBF) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and BF. RGB value is (66,126,191). Sum of RGB (Red+Green+Blue) = 66+126+191=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #427EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EBF is #BD8140. Grayscale: #737373. Windows color (decimal): -12419393 or 12549698. OLE color: 12549698.

HSL color Cylindrical-coordinate representation of color #427EBF: hue angle of 211.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427EBF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66126191-
CMYK0.650.3400.25
HSL211.2º49.41%50.39%-
HSV(B)211.2º65.45%74.9%-
XYZ19.1119.8452.11-
YUV115.47170.6292.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 191 (75% from 255) = 49.87%
R=17.23%
G=32.90%
B=49.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661261910.650.3400.25211.249.4150.39
Hex427EBF4122019d33132
Octal102176277101420313236162
Binary1000010111111010111111100000110001001100111010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,191); }

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

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

 a { background-color: rgb(66,126,191); }

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

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

 span { border-color: rgb(66,126,191); }

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