Html Css Color HEX #49A2CC Viking

📋 copy color: '#49A2CC'

red 73 ◦ green 162 ◦ blue 204

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

Shades of Viking #49A2CC

Tints of Viking #49A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 16.63%
G = 36.9%
B = 46.47%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49A2CC (or 0x49A2CC) is known color: Viking. HEX triplet: 49, A2 and CC. RGB value is (73,162,204). Sum of RGB (Red+Green+Blue) = 73+162+204=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #49A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2CC is #B65D33. Grayscale: #8B8B8B. Windows color (decimal): -11951412 or 13410889. OLE color: 13410889.

HSL color Cylindrical-coordinate representation of color #49A2CC: hue angle of 199.24º 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 #49A2CC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 162 204 -
CMYK 0.64 0.21 0 0.2
HSL 199.24º 0.56% 0.54% -
HSV(B) 199.24º 0.64% 0.8% -
XYZ 26.57 31.62 61.83 -
YUV 140.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 73 162 204 0.64 0.21 0 0.2 199.24 0.56 0.54
Hex 49 A2 CC 40 15 0 14 C7 38 36
Octal 111 242 314 100 25 0 24 307 70 66
Binary 1001001 10100010 11001100 1000000 10101 0 10100 11000111 111000 110110

Color Harmonies of #49A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2CC

Black with #49A2CC

Text Example


Text Example

White with #49A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,204); }

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

background-color css

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

 a { background-color: rgb(73,162,204); }

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

border-color css

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

 span { border-color: rgb(73,162,204); }

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