#4E8ABD

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

Shades of Steel Blue #4E8ABD

Tints of Steel Blue #4E8ABD

Color information

#4E8ABD (or 0x4E8ABD) is unknown color: approx Steel Blue. HEX triplet: 4E, 8A and BD. RGB value is (78,138,189). Sum of RGB (Red+Green+Blue) = 78+138+189=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E8ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8ABD is #B17542. Grayscale: #7D7D7D. Windows color (decimal): -11629891 or 12421710. OLE color: 12421710.

HSL color Cylindrical-coordinate representation of color #4E8ABD: hue angle of 207.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E8ABD is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB78138189-
CMYK0.590.2700.26
HSL207.57º45.68%52.35%-
HSV(B)207.57º58.73%74.12%-
XYZ21.4223.4751.55-
YUV125.87163.6293.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.26%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=19.26%
G=34.07%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781381890.590.2700.26207.5745.6852.35
Hex4E8ABD3B1B01Ad02e34
Octal11621227573330323205664
Binary100111010001010101111011110111101101101011010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8ABD; }

 p { color: rgb(78,138,189); }

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

<style>
 a { background-color: #4E8ABD; }

 a { background-color: rgb(78,138,189); }

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

<style>
 span { border-color: #4E8ABD; }

 span { border-color: rgb(78,138,189); }

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