#4C85A4

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

Shades of Hippie Blue #4C85A4

Tints of Hippie Blue #4C85A4

Color information

#4C85A4 (or 0x4C85A4) is unknown color: approx Hippie Blue. HEX triplet: 4C, 85 and A4. RGB value is (76,133,164). Sum of RGB (Red+Green+Blue) = 76+133+164=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C85A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C85A4 is #B37A5B. Grayscale: #777777. Windows color (decimal): -11762268 or 10782028. OLE color: 10782028.

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

Color convert

RGB76133164-
CMYK0.540.1900.36
HSL201.14º36.67%47.06%-
HSV(B)201.14º53.66%64.31%-
XYZ18.0720.9938.22-
YUV119.49153.1296.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=20.38%
G=35.66%
B=43.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761331640.540.1900.36201.1436.6747.06
Hex4C85A43613024c9252f
Octal11420524466230443114557
Binary1001100100001011010010011011010011010010011001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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