Html Css Color HEX #4480A2 Hippie Blue

📋 copy color: '#4480A2'

red 68 ◦ green 128 ◦ blue 162

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

Shades of Hippie Blue #4480A2

Tints of Hippie Blue #4480A2

RGB

 RED value IS 68 (26.95% from 255) = 18.99%

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 18.99%
G = 35.75%
B = 45.25%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4480A2 (or 0x4480A2) is known color: Hippie Blue. HEX triplet: 44, 80 and A2. RGB value is (68,128,162). Sum of RGB (Red+Green+Blue) = 68+128+162=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #4480A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4480A2 is #BB7F5D. Grayscale: #717171. Windows color (decimal): -12287838 or 10649668. OLE color: 10649668.

HSL color Cylindrical-coordinate representation of color #4480A2: hue angle of 201.7º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4480A2 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 128 162 -
CMYK 0.58 0.21 0 0.36
HSL 201.7º 0.41% 0.45% -
HSV(B) 201.7º 0.58% 0.64% -
XYZ 16.62 19.28 37.03 -
YUV 113.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 68 128 162 0.58 0.21 0 0.36 201.7 0.41 0.45
Hex 44 80 A2 3A 15 0 24 CA 29 2D
Octal 104 200 242 72 25 0 44 312 51 55
Binary 1000100 10000000 10100010 111010 10101 0 100100 11001010 101001 101101

Color Harmonies of #4480A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4480A2

Black with #4480A2

Text Example


Text Example

White with #4480A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,128,162); }

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

background-color css

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

 a { background-color: rgb(68,128,162); }

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

border-color css

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

 span { border-color: rgb(68,128,162); }

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