#4E7FA4

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

Shades of Steel Blue #4E7FA4

Tints of Steel Blue #4E7FA4

Color information

#4E7FA4 (or 0x4E7FA4) is unknown color: approx Steel Blue. HEX triplet: 4E, 7F and A4. RGB value is (78,127,164). Sum of RGB (Red+Green+Blue) = 78+127+164=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E7FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7FA4 is #B1805B. Grayscale: #747474. Windows color (decimal): -11632732 or 10780494. OLE color: 10780494.

HSL color Cylindrical-coordinate representation of color #4E7FA4: hue angle of 205.81º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E7FA4 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB78127164-
CMYK0.520.2300.36
HSL205.81º35.54%47.45%-
HSV(B)205.81º52.44%64.31%-
XYZ17.4319.4837.96-
YUV116.57154.77100.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=21.14%
G=34.42%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781271640.520.2300.36205.8135.5447.45
Hex4E7FA43417024ce242f
Octal11617724464270443164457
Binary100111011111111010010011010010111010010011001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,127,164); }

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

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

 a { background-color: rgb(78,127,164); }

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

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

 span { border-color: rgb(78,127,164); }

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