Html Css Color HEX #4A8DA2 Hippie Blue

📋 copy color: '#4A8DA2'

red 74 ◦ green 141 ◦ blue 162

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

Shades of Hippie Blue #4A8DA2

Tints of Hippie Blue #4A8DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

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

R = 19.63%
G = 37.4%
B = 42.97%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A8DA2 (or 0x4A8DA2) is known color: Hippie Blue. HEX triplet: 4A, 8D and A2. RGB value is (74,141,162). Sum of RGB (Red+Green+Blue) = 74+141+162=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A8DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8DA2 is #B5725D. Grayscale: #7B7B7B. Windows color (decimal): -11891294 or 10653002. OLE color: 10653002.

HSL color Cylindrical-coordinate representation of color #4A8DA2: hue angle of 194.32º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A8DA2 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 141 162 -
CMYK 0.54 0.13 0 0.36
HSL 194.32º 0.37% 0.46% -
HSV(B) 194.32º 0.54% 0.64% -
XYZ 18.87 23.11 37.65 -
YUV 123.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 74 141 162 0.54 0.13 0 0.36 194.32 0.37 0.46
Hex 4A 8D A2 36 D 0 24 C2 25 2E
Octal 112 215 242 66 15 0 44 302 45 56
Binary 1001010 10001101 10100010 110110 1101 0 100100 11000010 100101 101110

Color Harmonies of #4A8DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8DA2

Black with #4A8DA2

Text Example


Text Example

White with #4A8DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,141,162); }

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

background-color css

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

 a { background-color: rgb(74,141,162); }

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

border-color css

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

 span { border-color: rgb(74,141,162); }

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