Html Css Color HEX #49AFBE Viking

📋 copy color: '#49AFBE'

red 73 ◦ green 175 ◦ blue 190

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

Shades of Viking #49AFBE

Tints of Viking #49AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 16.67%
G = 39.95%
B = 43.38%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49AFBE (or 0x49AFBE) is known color: Viking. HEX triplet: 49, AF and BE. RGB value is (73,175,190). Sum of RGB (Red+Green+Blue) = 73+175+190=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #49AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFBE is #B65041. Grayscale: #929292. Windows color (decimal): -11948098 or 12496713. OLE color: 12496713.

HSL color Cylindrical-coordinate representation of color #49AFBE: hue angle of 187.69º degrees, saturation: 0.47, 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 #49AFBE is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 175 190 -
CMYK 0.62 0.08 0 0.25
HSL 187.69º 0.47% 0.52% -
HSV(B) 187.69º 0.62% 0.75% -
XYZ 27.37 35.79 54.18 -
YUV 146.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 73 175 190 0.62 0.08 0 0.25 187.69 0.47 0.52
Hex 49 AF BE 3E 8 0 19 BC 2F 34
Octal 111 257 276 76 10 0 31 274 57 64
Binary 1001001 10101111 10111110 111110 1000 0 11001 10111100 101111 110100

Color Harmonies of #49AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFBE

Black with #49AFBE

Text Example


Text Example

White with #49AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,190); }

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

background-color css

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

 a { background-color: rgb(73,175,190); }

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

border-color css

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

 span { border-color: rgb(73,175,190); }

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