Html Css Color HEX #4780A0 Hippie Blue

📋 copy color: '#4780A0'

red 71 ◦ green 128 ◦ blue 160

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

Shades of Hippie Blue #4780A0

Tints of Hippie Blue #4780A0

RGB

 RED value IS 71 (28.13% from 255) = 19.78%

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 19.78%
G = 35.65%
B = 44.57%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4780A0 (or 0x4780A0) is known color: Hippie Blue. HEX triplet: 47, 80 and A0. RGB value is (71,128,160). Sum of RGB (Red+Green+Blue) = 71+128+160=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #4780A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4780A0 is #B87F5F. Grayscale: #727272. Windows color (decimal): -12091232 or 10518599. OLE color: 10518599.

HSL color Cylindrical-coordinate representation of color #4780A0: hue angle of 201.57º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4780A0 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 128 160 -
CMYK 0.56 0.20 0 0.37
HSL 201.57º 0.39% 0.45% -
HSV(B) 201.57º 0.56% 0.63% -
XYZ 16.66 19.32 36.11 -
YUV 114.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 71 128 160 0.56 0.20 0 0.37 201.57 0.39 0.45
Hex 47 80 A0 38 14 0 25 CA 27 2D
Octal 107 200 240 70 24 0 45 312 47 55
Binary 1000111 10000000 10100000 111000 10100 0 100101 11001010 100111 101101

Color Harmonies of #4780A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780A0

Black with #4780A0

Text Example


Text Example

White with #4780A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4780A0; }

 p { color: rgb(71,128,160); }

 H1.HeaderClassName
 {
   color: #4780A0;
 }
 .AnyTagClassName
 {
   color: #4780A0;
 }
</style>

background-color css

<style>
 a { background-color: #4780A0; }

 a { background-color: rgb(71,128,160); }

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

border-color css

<style>
 span { border-color: #4780A0; }

 span { border-color: rgb(71,128,160); }

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