Html Css Color HEX #4896A2 Hippie Blue

📋 copy color: '#4896A2'

red 72 ◦ green 150 ◦ blue 162

#4896A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #4896A2

Tints of Hippie Blue #4896A2

RGB

 RED value IS 72 (28.52% from 255) = 18.75%

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 18.75%
G = 39.06%
B = 42.19%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4896A2 (or 0x4896A2) is known color: Hippie Blue. HEX triplet: 48, 96 and A2. RGB value is (72,150,162). Sum of RGB (Red+Green+Blue) = 72+150+162=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #4896A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4896A2 is #B7695D. Grayscale: #7F7F7F. Windows color (decimal): -12020062 or 10655304. OLE color: 10655304.

HSL color Cylindrical-coordinate representation of color #4896A2: hue angle of 188º 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 #4896A2 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 150 162 -
CMYK 0.56 0.07 0 0.36
HSL 188º 0.38% 0.46% -
HSV(B) 188º 0.56% 0.64% -
XYZ 20.1 25.8 38.1 -
YUV 128.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 72 150 162 0.56 0.07 0 0.36 188 0.38 0.46
Hex 48 96 A2 38 7 0 24 BC 26 2E
Octal 110 226 242 70 7 0 44 274 46 56
Binary 1001000 10010110 10100010 111000 111 0 100100 10111100 100110 101110

Color Harmonies of #4896A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4896A2

Black with #4896A2

Text Example


Text Example

White with #4896A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4896A2;
 }
 .AnyTagClassName
 {
   color: #4896A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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