Html Css Color HEX #49ADCC Viking

📋 copy color: '#49ADCC'

red 73 ◦ green 173 ◦ blue 204

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

Shades of Viking #49ADCC

Tints of Viking #49ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 16.22%
G = 38.44%
B = 45.33%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49ADCC (or 0x49ADCC) is known color: Viking. HEX triplet: 49, AD and CC. RGB value is (73,173,204). Sum of RGB (Red+Green+Blue) = 73+173+204=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #49ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCC is #B65233. Grayscale: #929292. Windows color (decimal): -11948596 or 13413705. OLE color: 13413705.

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

Color convert

RGB 73 173 204 -
CMYK 0.64 0.15 0 0.2
HSL 194.2º 0.56% 0.54% -
HSV(B) 194.2º 0.64% 0.8% -
XYZ 28.59 35.66 62.5 -
YUV 146.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 73 173 204 0.64 0.15 0 0.2 194.2 0.56 0.54
Hex 49 AD CC 40 F 0 14 C2 38 36
Octal 111 255 314 100 17 0 24 302 70 66
Binary 1001001 10101101 11001100 1000000 1111 0 10100 11000010 111000 110110

Color Harmonies of #49ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADCC

Black with #49ADCC

Text Example


Text Example

White with #49ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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