#4E75AF

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

Shades of Steel Blue #4E75AF

Tints of Steel Blue #4E75AF

Color information

#4E75AF (or 0x4E75AF) is unknown color: approx Steel Blue. HEX triplet: 4E, 75 and AF. RGB value is (78,117,175). Sum of RGB (Red+Green+Blue) = 78+117+175=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E75AF is #B18A50. Grayscale: #6F6F6F. Windows color (decimal): -11635281 or 11498830. OLE color: 11498830.

HSL color Cylindrical-coordinate representation of color #4E75AF: hue angle of 215.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E75AF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78117175-
CMYK0.550.3300.31
HSL215.88º38.34%49.61%-
HSV(B)215.88º55.43%68.63%-
XYZ17.2417.4443.01-
YUV111.95163.58103.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=21.08%
G=31.62%
B=47.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781171750.550.3300.31215.8838.3449.61
Hex4E75AF372101Fd82632
Octal11616525767410373304662
Binary100111011101011010111111011110000101111111011000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,175); }

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

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

 a { background-color: rgb(78,117,175); }

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

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

 span { border-color: rgb(78,117,175); }

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