Html Css Color HEX #49AECC Viking

📋 copy color: '#49AECC'

red 73 ◦ green 174 ◦ blue 204

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

Shades of Viking #49AECC

Tints of Viking #49AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.58%

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

R = 16.19%
G = 38.58%
B = 45.23%

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

#49AECC (or 0x49AECC) is known color: Viking. HEX triplet: 49, AE and CC. RGB value is (73,174,204). Sum of RGB (Red+Green+Blue) = 73+174+204=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #49AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AECC is #B65133. Grayscale: #939393. Windows color (decimal): -11948340 or 13413961. OLE color: 13413961.

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

Color convert

RGB 73 174 204 -
CMYK 0.64 0.15 0 0.2
HSL 193.74º 0.56% 0.54% -
HSV(B) 193.74º 0.64% 0.8% -
XYZ 28.78 36.05 62.57 -
YUV 147.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 73 174 204 0.64 0.15 0 0.2 193.74 0.56 0.54
Hex 49 AE CC 40 F 0 14 C2 38 36
Octal 111 256 314 100 17 0 24 302 70 66
Binary 1001001 10101110 11001100 1000000 1111 0 10100 11000010 111000 110110

Color Harmonies of #49AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AECC

Black with #49AECC

Text Example


Text Example

White with #49AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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