#4D8791

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

Shades of Hippie Blue #4D8791

Tints of Hippie Blue #4D8791

Color information

#4D8791 (or 0x4D8791) is unknown color: approx Hippie Blue. HEX triplet: 4D, 87 and 91. RGB value is (77,135,145). Sum of RGB (Red+Green+Blue) = 77+135+145=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D8791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8791 is #B2786E. Grayscale: #767676. Windows color (decimal): -11696239 or 9537357. OLE color: 9537357.

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

Color convert

RGB77135145-
CMYK0.470.0700.43
HSL188.82º30.63%43.53%-
HSV(B)188.82º46.9%56.86%-
XYZ16.8420.9529.94-
YUV118.8142.7898.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.57%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=21.57%
G=37.82%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771351450.470.0700.43188.8230.6343.53
Hex4D87912F702Bbd1f2c
Octal1152072215770532753754
Binary1001101100001111001000110111111101010111011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,145); }

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

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

 a { background-color: rgb(77,135,145); }

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

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

 span { border-color: rgb(77,135,145); }

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