#4B8AA2

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

Shades of Hippie Blue #4B8AA2

Tints of Hippie Blue #4B8AA2

Color information

#4B8AA2 (or 0x4B8AA2) is unknown color: approx Hippie Blue. HEX triplet: 4B, 8A and A2. RGB value is (75,138,162). Sum of RGB (Red+Green+Blue) = 75+138+162=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B8AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8AA2 is #B4755D. Grayscale: #797979. Windows color (decimal): -11826526 or 10652235. OLE color: 10652235.

HSL color Cylindrical-coordinate representation of color #4B8AA2: hue angle of 196.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B8AA2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB75138162-
CMYK0.540.1500.36
HSL196.55º36.71%46.47%-
HSV(B)196.55º53.7%63.53%-
XYZ18.5122.2837.51-
YUV121.9150.6394.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=20%
G=36.8%
B=43.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751381620.540.1500.36196.5536.7146.47
Hex4B8AA236F024c5252e
Octal11321224266170443054556
Binary100101110001010101000101101101111010010011000101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,162); }

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

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

 a { background-color: rgb(75,138,162); }

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

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

 span { border-color: rgb(75,138,162); }

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