Html Css Color HEX #49AECB Viking

📋 copy color: '#49AECB'

red 73 ◦ green 174 ◦ blue 203

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

Shades of Viking #49AECB

Tints of Viking #49AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 16.22%
G = 38.67%
B = 45.11%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49AECB (or 0x49AECB) is known color: Viking. HEX triplet: 49, AE and CB. RGB value is (73,174,203). Sum of RGB (Red+Green+Blue) = 73+174+203=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #49AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AECB is #B65134. Grayscale: #929292. Windows color (decimal): -11948341 or 13348425. OLE color: 13348425.

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

Color convert

RGB 73 174 203 -
CMYK 0.64 0.14 0 0.20
HSL 193.38º 0.56% 0.54% -
HSV(B) 193.38º 0.64% 0.8% -
XYZ 28.66 36 61.94 -
YUV 147.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 73 174 203 0.64 0.14 0 0.20 193.38 0.56 0.54
Hex 49 AE CB 40 E 0 14 C1 38 36
Octal 111 256 313 100 16 0 24 301 70 66
Binary 1001001 10101110 11001011 1000000 1110 0 10100 11000001 111000 110110

Color Harmonies of #49AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AECB

Black with #49AECB

Text Example


Text Example

White with #49AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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