Html Css Color HEX #49A7CE Viking

📋 copy color: '#49A7CE'

red 73 ◦ green 167 ◦ blue 206

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

Shades of Viking #49A7CE

Tints of Viking #49A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 16.37%
G = 37.44%
B = 46.19%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49A7CE (or 0x49A7CE) is known color: Viking. HEX triplet: 49, A7 and CE. RGB value is (73,167,206). Sum of RGB (Red+Green+Blue) = 73+167+206=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #49A7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A7CE is #B65831. Grayscale: #8F8F8F. Windows color (decimal): -11950130 or 13543241. OLE color: 13543241.

HSL color Cylindrical-coordinate representation of color #49A7CE: hue angle of 197.59º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A7CE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 167 206 -
CMYK 0.65 0.19 0 0.19
HSL 197.59º 0.58% 0.55% -
HSV(B) 197.59º 0.65% 0.81% -
XYZ 27.71 33.51 63.4 -
YUV 143.34 163.36 77.83 -
System Red Green Blue C M Y K H S L
Decimal 73 167 206 0.65 0.19 0 0.19 197.59 0.58 0.55
Hex 49 A7 CE 41 13 0 13 C6 3A 37
Octal 111 247 316 101 23 0 23 306 72 67
Binary 1001001 10100111 11001110 1000001 10011 0 10011 11000110 111010 110111

Color Harmonies of #49A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A7CE

Black with #49A7CE

Text Example


Text Example

White with #49A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,206); }

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

background-color css

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

 a { background-color: rgb(73,167,206); }

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

border-color css

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

 span { border-color: rgb(73,167,206); }

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