Html Css Color HEX #49AEBB Viking

📋 copy color: '#49AEBB'

red 73 ◦ green 174 ◦ blue 187

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

Shades of Viking #49AEBB

Tints of Viking #49AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 16.82%
G = 40.09%
B = 43.09%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49AEBB (or 0x49AEBB) is known color: Viking. HEX triplet: 49, AE and BB. RGB value is (73,174,187). Sum of RGB (Red+Green+Blue) = 73+174+187=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #49AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEBB is #B65144. Grayscale: #919191. Windows color (decimal): -11948357 or 12299849. OLE color: 12299849.

HSL color Cylindrical-coordinate representation of color #49AEBB: hue angle of 186.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AEBB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 174 187 -
CMYK 0.61 0.07 0 0.27
HSL 186.84º 0.46% 0.51% -
HSV(B) 186.84º 0.61% 0.73% -
XYZ 26.85 35.28 52.41 -
YUV 145.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 73 174 187 0.61 0.07 0 0.27 186.84 0.46 0.51
Hex 49 AE BB 3D 7 0 1B BB 2E 33
Octal 111 256 273 75 7 0 33 273 56 63
Binary 1001001 10101110 10111011 111101 111 0 11011 10111011 101110 110011

Color Harmonies of #49AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEBB

Black with #49AEBB

Text Example


Text Example

White with #49AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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