Html Css Color HEX #49A7CC Viking

📋 copy color: '#49A7CC'

red 73 ◦ green 167 ◦ blue 204

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

Shades of Viking #49A7CC

Tints of Viking #49A7CC

RGB

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

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

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

R = 16.44%
G = 37.61%
B = 45.95%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49A7CC (or 0x49A7CC) is known color: Viking. HEX triplet: 49, A7 and CC. RGB value is (73,167,204). Sum of RGB (Red+Green+Blue) = 73+167+204=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #49A7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A7CC is #B65833. Grayscale: #8E8E8E. Windows color (decimal): -11950132 or 13412169. OLE color: 13412169.

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

Color convert

RGB 73 167 204 -
CMYK 0.64 0.18 0 0.2
HSL 196.95º 0.56% 0.54% -
HSV(B) 196.95º 0.64% 0.8% -
XYZ 27.47 33.41 62.13 -
YUV 143.11 162.36 77.99 -
System Red Green Blue C M Y K H S L
Decimal 73 167 204 0.64 0.18 0 0.2 196.95 0.56 0.54
Hex 49 A7 CC 40 12 0 14 C5 38 36
Octal 111 247 314 100 22 0 24 305 70 66
Binary 1001001 10100111 11001100 1000000 10010 0 10100 11000101 111000 110110

Color Harmonies of #49A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A7CC

Black with #49A7CC

Text Example


Text Example

White with #49A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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