#4E85A4

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

Shades of Hippie Blue #4E85A4

Tints of Hippie Blue #4E85A4

Color information

#4E85A4 (or 0x4E85A4) is unknown color: approx Hippie Blue. HEX triplet: 4E, 85 and A4. RGB value is (78,133,164). Sum of RGB (Red+Green+Blue) = 78+133+164=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E85A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E85A4 is #B17A5B. Grayscale: #777777. Windows color (decimal): -11631196 or 10782030. OLE color: 10782030.

HSL color Cylindrical-coordinate representation of color #4E85A4: hue angle of 201.63º 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 #4E85A4 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB78133164-
CMYK0.520.1900.36
HSL201.63º35.54%47.45%-
HSV(B)201.63º52.44%64.31%-
XYZ18.2321.0838.23-
YUV120.09152.7897.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=20.8%
G=35.47%
B=43.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781331640.520.1900.36201.6335.5447.45
Hex4E85A43413024ca242f
Octal11620524464230443124457
Binary1001110100001011010010011010010011010010011001010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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