#4D858F

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

Shades of Hippie Blue #4D858F

Tints of Hippie Blue #4D858F

Color information

#4D858F (or 0x4D858F) is unknown color: approx Hippie Blue. HEX triplet: 4D, 85 and 8F. RGB value is (77,133,143). Sum of RGB (Red+Green+Blue) = 77+133+143=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D858F is #B27A70. Grayscale: #757575. Windows color (decimal): -11696753 or 9405773. OLE color: 9405773.

HSL color Cylindrical-coordinate representation of color #4D858F: hue angle of 189.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D858F is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB77133143-
CMYK0.460.0700.44
HSL189.09º30%43.14%-
HSV(B)189.09º46.15%56.08%-
XYZ16.4120.3429.05-
YUV117.4142.4599.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=21.81%
G=37.68%
B=40.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771331430.460.0700.44189.093043.14
Hex4D858F2E702Cbd1e2b
Octal1152052175670542753653
Binary1001101100001011000111110111011101011001011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,143); }

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

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

 a { background-color: rgb(77,133,143); }

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

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

 span { border-color: rgb(77,133,143); }

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