Html Css Color HEX #49AFBC Viking

📋 copy color: '#49AFBC'

red 73 ◦ green 175 ◦ blue 188

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

Shades of Viking #49AFBC

Tints of Viking #49AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 16.74%
G = 40.14%
B = 43.12%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49AFBC (or 0x49AFBC) is known color: Viking. HEX triplet: 49, AF and BC. RGB value is (73,175,188). Sum of RGB (Red+Green+Blue) = 73+175+188=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #49AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFBC is #B65043. Grayscale: #919191. Windows color (decimal): -11948100 or 12365641. OLE color: 12365641.

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

Color convert

RGB 73 175 188 -
CMYK 0.61 0.07 0 0.26
HSL 186.78º 0.46% 0.51% -
HSV(B) 186.78º 0.61% 0.74% -
XYZ 27.15 35.71 53.04 -
YUV 145.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 73 175 188 0.61 0.07 0 0.26 186.78 0.46 0.51
Hex 49 AF BC 3D 7 0 1A BB 2E 33
Octal 111 257 274 75 7 0 32 273 56 63
Binary 1001001 10101111 10111100 111101 111 0 11010 10111011 101110 110011

Color Harmonies of #49AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFBC

Black with #49AFBC

Text Example


Text Example

White with #49AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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