#4a8a99

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

Shades of Hippie Blue #4A8A99

Tints of Hippie Blue #4A8A99

Color information

#4A8A99 (or 0x4A8A99) is unknown color: approx Hippie Blue. HEX triplet: 4A, 8A and 99. RGB value is (74,138,153). Sum of RGB (Red+Green+Blue) = 74+138+153=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A8A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8A99 is #B57566. Grayscale: #787878. Windows color (decimal): -11892071 or 10062410. OLE color: 10062410.

HSL color Cylindrical-coordinate representation of color #4A8A99: hue angle of 191.39º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A8A99 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB74138153-
CMYK0.520.1000.4
HSL191.39º34.8%44.51%-
HSV(B)191.39º51.63%60%-
XYZ17.6621.9333.44-
YUV120.57146.394.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=20.27%
G=37.81%
B=41.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal741381530.520.1000.4191.3934.844.51
Hex4A8A9934A028bf232d
Octal11221223164120502774355
Binary100101010001010100110011101001010010100010111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a8a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,153); }

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

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

 a { background-color: rgb(74,138,153); }

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

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

 span { border-color: rgb(74,138,153); }

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