#4D909F

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

Shades of Hippie Blue #4D909F

Tints of Hippie Blue #4D909F

Color information

#4D909F (or 0x4D909F) is unknown color: approx Hippie Blue. HEX triplet: 4D, 90 and 9F. RGB value is (77,144,159). Sum of RGB (Red+Green+Blue) = 77+144+159=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D909F is #B26F60. Grayscale: #7D7D7D. Windows color (decimal): -11693921 or 10457165. OLE color: 10457165.

HSL color Cylindrical-coordinate representation of color #4D909F: hue angle of 190.98º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D909F is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB77144159-
CMYK0.520.0900.38
HSL190.98º34.75%46.27%-
HSV(B)190.98º51.57%62.35%-
XYZ19.2924.0336.42-
YUV125.68146.893.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=20.26%
G=37.89%
B=41.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771441590.520.0900.38190.9834.7546.27
Hex4D909F349026bf232e
Octal11522023764110462774356
Binary100110110010000100111111101001001010011010111111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,144,159); }

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

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

 a { background-color: rgb(77,144,159); }

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

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

 span { border-color: rgb(77,144,159); }

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