Html Css Color HEX #4A839C Hippie Blue

📋 copy color: '#4A839C'

red 74 ◦ green 131 ◦ blue 156

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

Shades of Hippie Blue #4A839C

Tints of Hippie Blue #4A839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 20.5%
G = 36.29%
B = 43.21%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A839C (or 0x4A839C) is known color: Hippie Blue. HEX triplet: 4A, 83 and 9C. RGB value is (74,131,156). Sum of RGB (Red+Green+Blue) = 74+131+156=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A839C is #B57C63. Grayscale: #747474. Windows color (decimal): -11893860 or 10257226. OLE color: 10257226.

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

Color convert

RGB 74 131 156 -
CMYK 0.53 0.16 0 0.39
HSL 198.29º 0.36% 0.45% -
HSV(B) 198.29º 0.53% 0.61% -
XYZ 16.94 20.09 34.44 -
YUV 116.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 74 131 156 0.53 0.16 0 0.39 198.29 0.36 0.45
Hex 4A 83 9C 35 10 0 27 C6 24 2D
Octal 112 203 234 65 20 0 47 306 44 55
Binary 1001010 10000011 10011100 110101 10000 0 100111 11000110 100100 101101

Color Harmonies of #4A839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A839C

Black with #4A839C

Text Example


Text Example

White with #4A839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,131,156); }

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

background-color css

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

 a { background-color: rgb(74,131,156); }

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

border-color css

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

 span { border-color: rgb(74,131,156); }

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