Html Css Color HEX #49A6CB Viking

📋 copy color: '#49A6CB'

red 73 ◦ green 166 ◦ blue 203

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

Shades of Viking #49A6CB

Tints of Viking #49A6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 16.52%
G = 37.56%
B = 45.93%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49A6CB (or 0x49A6CB) is known color: Viking. HEX triplet: 49, A6 and CB. RGB value is (73,166,203). Sum of RGB (Red+Green+Blue) = 73+166+203=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #49A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A6CB is #B65934. Grayscale: #8E8E8E. Windows color (decimal): -11950389 or 13346377. OLE color: 13346377.

HSL color Cylindrical-coordinate representation of color #49A6CB: hue angle of 197.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49A6CB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 166 203 -
CMYK 0.64 0.18 0 0.20
HSL 197.08º 0.56% 0.54% -
HSV(B) 197.08º 0.64% 0.8% -
XYZ 27.16 33 61.44 -
YUV 142.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 73 166 203 0.64 0.18 0 0.20 197.08 0.56 0.54
Hex 49 A6 CB 40 12 0 14 C5 38 36
Octal 111 246 313 100 22 0 24 305 70 66
Binary 1001001 10100110 11001011 1000000 10010 0 10100 11000101 111000 110110

Color Harmonies of #49A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A6CB

Black with #49A6CB

Text Example


Text Example

White with #49A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,203); }

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

background-color css

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

 a { background-color: rgb(73,166,203); }

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

border-color css

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

 span { border-color: rgb(73,166,203); }

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