Html Css Color HEX #49AFD5 Viking

📋 copy color: '#49AFD5'

red 73 ◦ green 175 ◦ blue 213

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

Shades of Viking #49AFD5

Tints of Viking #49AFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 15.84%
G = 37.96%
B = 46.2%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49AFD5 (or 0x49AFD5) is known color: Viking. HEX triplet: 49, AF and D5. RGB value is (73,175,213). Sum of RGB (Red+Green+Blue) = 73+175+213=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #49AFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFD5 is #B6502A. Grayscale: #949494. Windows color (decimal): -11948075 or 14004041. OLE color: 14004041.

HSL color Cylindrical-coordinate representation of color #49AFD5: hue angle of 196.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49AFD5 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 175 213 -
CMYK 0.66 0.18 0 0.16
HSL 196.29º 0.63% 0.56% -
HSV(B) 196.29º 0.66% 0.84% -
XYZ 30.09 36.88 68.48 -
YUV 148.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 73 175 213 0.66 0.18 0 0.16 196.29 0.63 0.56
Hex 49 AF D5 42 12 0 10 C4 3E 38
Octal 111 257 325 102 22 0 20 304 76 70
Binary 1001001 10101111 11010101 1000010 10010 0 10000 11000100 111110 111000

Color Harmonies of #49AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFD5

Black with #49AFD5

Text Example


Text Example

White with #49AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AFD5; }

 p { color: rgb(73,175,213); }

 H1.HeaderClassName
 {
   color: #49AFD5;
 }
 .AnyTagClassName
 {
   color: #49AFD5;
 }
</style>

background-color css

<style>
 a { background-color: #49AFD5; }

 a { background-color: rgb(73,175,213); }

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

border-color css

<style>
 span { border-color: #49AFD5; }

 span { border-color: rgb(73,175,213); }

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