Html Css Color HEX #4A809D Hippie Blue

📋 copy color: '#4A809D'

red 74 ◦ green 128 ◦ blue 157

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

Shades of Hippie Blue #4A809D

Tints of Hippie Blue #4A809D

RGB

 RED value IS 74 (29.3% from 255) = 20.61%

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 20.61%
G = 35.65%
B = 43.73%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A809D (or 0x4A809D) is known color: Hippie Blue. HEX triplet: 4A, 80 and 9D. RGB value is (74,128,157). Sum of RGB (Red+Green+Blue) = 74+128+157=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A809D is #B57F62. Grayscale: #727272. Windows color (decimal): -11894627 or 10321994. OLE color: 10321994.

HSL color Cylindrical-coordinate representation of color #4A809D: hue angle of 200.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A809D is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 128 157 -
CMYK 0.53 0.18 0 0.38
HSL 200.96º 0.36% 0.45% -
HSV(B) 200.96º 0.53% 0.62% -
XYZ 16.63 19.33 34.75 -
YUV 115.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 74 128 157 0.53 0.18 0 0.38 200.96 0.36 0.45
Hex 4A 80 9D 35 12 0 26 C9 24 2D
Octal 112 200 235 65 22 0 46 311 44 55
Binary 1001010 10000000 10011101 110101 10010 0 100110 11001001 100100 101101

Color Harmonies of #4A809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A809D

Black with #4A809D

Text Example


Text Example

White with #4A809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,128,157); }

 H1.HeaderClassName
 {
   color: #4A809D;
 }
 .AnyTagClassName
 {
   color: #4A809D;
 }
</style>

background-color css

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

 a { background-color: rgb(74,128,157); }

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

border-color css

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

 span { border-color: rgb(74,128,157); }

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