Html Css Color HEX #49AECD Viking

📋 copy color: '#49AECD'

red 73 ◦ green 174 ◦ blue 205

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

Shades of Viking #49AECD

Tints of Viking #49AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 16.15%
G = 38.5%
B = 45.35%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49AECD (or 0x49AECD) is known color: Viking. HEX triplet: 49, AE and CD. RGB value is (73,174,205). Sum of RGB (Red+Green+Blue) = 73+174+205=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #49AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AECD is #B65132. Grayscale: #939393. Windows color (decimal): -11948339 or 13479497. OLE color: 13479497.

HSL color Cylindrical-coordinate representation of color #49AECD: hue angle of 194.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AECD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 174 205 -
CMYK 0.64 0.15 0 0.20
HSL 194.09º 0.57% 0.55% -
HSV(B) 194.09º 0.64% 0.8% -
XYZ 28.9 36.1 63.2 -
YUV 147.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 73 174 205 0.64 0.15 0 0.20 194.09 0.57 0.55
Hex 49 AE CD 40 F 0 14 C2 39 37
Octal 111 256 315 100 17 0 24 302 71 67
Binary 1001001 10101110 11001101 1000000 1111 0 10100 11000010 111001 110111

Color Harmonies of #49AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AECD

Black with #49AECD

Text Example


Text Example

White with #49AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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