Html Css Color HEX #49AEBF Viking

📋 copy color: '#49AEBF'

red 73 ◦ green 174 ◦ blue 191

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

Shades of Viking #49AEBF

Tints of Viking #49AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 16.67%
G = 39.73%
B = 43.61%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49AEBF (or 0x49AEBF) is known color: Viking. HEX triplet: 49, AE and BF. RGB value is (73,174,191). Sum of RGB (Red+Green+Blue) = 73+174+191=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #49AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEBF is #B65140. Grayscale: #919191. Windows color (decimal): -11948353 or 12561993. OLE color: 12561993.

HSL color Cylindrical-coordinate representation of color #49AEBF: hue angle of 188.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AEBF is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 174 191 -
CMYK 0.62 0.09 0 0.25
HSL 188.64º 0.48% 0.52% -
HSV(B) 188.64º 0.62% 0.75% -
XYZ 27.29 35.45 54.69 -
YUV 145.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 73 174 191 0.62 0.09 0 0.25 188.64 0.48 0.52
Hex 49 AE BF 3E 9 0 19 BD 30 34
Octal 111 256 277 76 11 0 31 275 60 64
Binary 1001001 10101110 10111111 111110 1001 0 11001 10111101 110000 110100

Color Harmonies of #49AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEBF

Black with #49AEBF

Text Example


Text Example

White with #49AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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