Html Css Color HEX #49A1BC Viking

📋 copy color: '#49A1BC'

red 73 ◦ green 161 ◦ blue 188

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

Shades of Viking #49A1BC

Tints of Viking #49A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 17.3%
G = 38.15%
B = 44.55%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49A1BC (or 0x49A1BC) is known color: Viking. HEX triplet: 49, A1 and BC. RGB value is (73,161,188). Sum of RGB (Red+Green+Blue) = 73+161+188=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #49A1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1BC is #B65E43. Grayscale: #898989. Windows color (decimal): -11951684 or 12362057. OLE color: 12362057.

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

Color convert

RGB 73 161 188 -
CMYK 0.61 0.14 0 0.26
HSL 194.09º 0.46% 0.51% -
HSV(B) 194.09º 0.61% 0.74% -
XYZ 24.57 30.54 52.18 -
YUV 137.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 73 161 188 0.61 0.14 0 0.26 194.09 0.46 0.51
Hex 49 A1 BC 3D E 0 1A C2 2E 33
Octal 111 241 274 75 16 0 32 302 56 63
Binary 1001001 10100001 10111100 111101 1110 0 11010 11000010 101110 110011

Color Harmonies of #49A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A1BC

Black with #49A1BC

Text Example


Text Example

White with #49A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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