Html Css Color HEX #4986A3 Hippie Blue

📋 copy color: '#4986A3'

red 73 ◦ green 134 ◦ blue 163

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

Shades of Hippie Blue #4986A3

Tints of Hippie Blue #4986A3

RGB

 RED value IS 73 (28.91% from 255) = 19.73%

 GREEN value IS 134 (52.73% from 255) = 36.22%

 BLUE value IS 163 (64.06% from 255) = 44.05%

R = 19.73%
G = 36.22%
B = 44.05%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4986A3 (or 0x4986A3) is known color: Hippie Blue. HEX triplet: 49, 86 and A3. RGB value is (73,134,163). Sum of RGB (Red+Green+Blue) = 73+134+163=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #4986A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4986A3 is #B6795C. Grayscale: #767676. Windows color (decimal): -11958621 or 10716745. OLE color: 10716745.

HSL color Cylindrical-coordinate representation of color #4986A3: hue angle of 199.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4986A3 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 134 163 -
CMYK 0.55 0.18 0 0.36
HSL 199.33º 0.38% 0.46% -
HSV(B) 199.33º 0.55% 0.64% -
XYZ 17.88 21.11 37.78 -
YUV 119.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 73 134 163 0.55 0.18 0 0.36 199.33 0.38 0.46
Hex 49 86 A3 37 12 0 24 C7 26 2E
Octal 111 206 243 67 22 0 44 307 46 56
Binary 1001001 10000110 10100011 110111 10010 0 100100 11000111 100110 101110

Color Harmonies of #4986A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986A3

Black with #4986A3

Text Example


Text Example

White with #4986A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4986A3; }

 p { color: rgb(73,134,163); }

 H1.HeaderClassName
 {
   color: #4986A3;
 }
 .AnyTagClassName
 {
   color: #4986A3;
 }
</style>

background-color css

<style>
 a { background-color: #4986A3; }

 a { background-color: rgb(73,134,163); }

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

border-color css

<style>
 span { border-color: #4986A3; }

 span { border-color: rgb(73,134,163); }

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