Html Css Color HEX #49AECE Viking

📋 copy color: '#49AECE'

red 73 ◦ green 174 ◦ blue 206

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

Shades of Viking #49AECE

Tints of Viking #49AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 16.11%
G = 38.41%
B = 45.47%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49AECE (or 0x49AECE) is known color: Viking. HEX triplet: 49, AE and CE. RGB value is (73,174,206). Sum of RGB (Red+Green+Blue) = 73+174+206=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #49AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AECE is #B65131. Grayscale: #939393. Windows color (decimal): -11948338 or 13545033. OLE color: 13545033.

HSL color Cylindrical-coordinate representation of color #49AECE: hue angle of 194.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49AECE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 174 206 -
CMYK 0.65 0.16 0 0.19
HSL 194.44º 0.58% 0.55% -
HSV(B) 194.44º 0.65% 0.81% -
XYZ 29.02 36.14 63.84 -
YUV 147.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 73 174 206 0.65 0.16 0 0.19 194.44 0.58 0.55
Hex 49 AE CE 41 10 0 13 C2 3A 37
Octal 111 256 316 101 20 0 23 302 72 67
Binary 1001001 10101110 11001110 1000001 10000 0 10011 11000010 111010 110111

Color Harmonies of #49AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AECE

Black with #49AECE

Text Example


Text Example

White with #49AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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