#4881A2

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

Shades of Hippie Blue #4881A2

Tints of Hippie Blue #4881A2

Color information

#4881A2 (or 0x4881A2) is unknown color: approx Hippie Blue. HEX triplet: 48, 81 and A2. RGB value is (72,129,162). Sum of RGB (Red+Green+Blue) = 72+129+162=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #4881A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4881A2 is #B77E5D. Grayscale: #737373. Windows color (decimal): -12025438 or 10649928. OLE color: 10649928.

HSL color Cylindrical-coordinate representation of color #4881A2: hue angle of 202º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4881A2 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72129162-
CMYK0.560.2000.36
HSL202º38.46%45.88%-
HSV(B)202º55.56%63.53%-
XYZ17.0419.6937.08-
YUV115.72154.1296.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 162 (63.67% from 255) = 44.63%
R=19.83%
G=35.54%
B=44.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721291620.560.2000.3620238.4645.88
Hex4881A23814024ca262e
Octal11020124270240443124656
Binary1001000100000011010001011100010100010010011001010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4881A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4881A2; }

 p { color: rgb(72,129,162); }

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

<style>
 a { background-color: #4881A2; }

 a { background-color: rgb(72,129,162); }

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

<style>
 span { border-color: #4881A2; }

 span { border-color: rgb(72,129,162); }

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