Html Css Color HEX #49B0CC Viking

📋 copy color: '#49B0CC'

red 73 ◦ green 176 ◦ blue 204

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

Shades of Viking #49B0CC

Tints of Viking #49B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

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

R = 16.11%
G = 38.85%
B = 45.03%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49B0CC (or 0x49B0CC) is known color: Viking. HEX triplet: 49, B0 and CC. RGB value is (73,176,204). Sum of RGB (Red+Green+Blue) = 73+176+204=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #49B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B0CC is #B64F33. Grayscale: #949494. Windows color (decimal): -11947828 or 13414473. OLE color: 13414473.

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

Color convert

RGB 73 176 204 -
CMYK 0.64 0.14 0 0.2
HSL 192.82º 0.56% 0.54% -
HSV(B) 192.82º 0.64% 0.8% -
XYZ 29.17 36.83 62.7 -
YUV 148.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 73 176 204 0.64 0.14 0 0.2 192.82 0.56 0.54
Hex 49 B0 CC 40 E 0 14 C1 38 36
Octal 111 260 314 100 16 0 24 301 70 66
Binary 1001001 10110000 11001100 1000000 1110 0 10100 11000001 111000 110110

Color Harmonies of #49B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B0CC

Black with #49B0CC

Text Example


Text Example

White with #49B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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