#427EBB

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

Shades of Steel Blue #427EBB

Tints of Steel Blue #427EBB

Color information

#427EBB (or 0x427EBB) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and BB. RGB value is (66,126,187). Sum of RGB (Red+Green+Blue) = 66+126+187=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #427EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EBB is #BD8144. Grayscale: #727272. Windows color (decimal): -12419397 or 12287554. OLE color: 12287554.

HSL color Cylindrical-coordinate representation of color #427EBB: hue angle of 210.25º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427EBB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66126187-
CMYK0.650.3300.27
HSL210.25º47.83%49.61%-
HSV(B)210.25º64.71%73.33%-
XYZ18.6819.6749.83-
YUV115.01168.6293.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=17.41%
G=33.25%
B=49.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661261870.650.3300.27210.2547.8349.61
Hex427EBB412101Bd23032
Octal102176273101410333226062
Binary1000010111111010111011100000110000101101111010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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