#4D8798

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

Shades of Hippie Blue #4D8798

Tints of Hippie Blue #4D8798

Color information

#4D8798 (or 0x4D8798) is unknown color: approx Hippie Blue. HEX triplet: 4D, 87 and 98. RGB value is (77,135,152). Sum of RGB (Red+Green+Blue) = 77+135+152=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D8798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8798 is #B27867. Grayscale: #777777. Windows color (decimal): -11696232 or 9996109. OLE color: 9996109.

HSL color Cylindrical-coordinate representation of color #4D8798: hue angle of 193.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D8798 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB77135152-
CMYK0.490.1100.40
HSL193.6º32.75%44.9%-
HSV(B)193.6º49.34%59.61%-
XYZ17.3921.1732.88-
YUV119.6146.2897.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=21.15%
G=37.09%
B=41.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal771351520.490.1100.40193.632.7544.9
Hex4D879831B028c2212d
Octal11520723061130503024155
Binary100110110000111100110001100011011010100011000010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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