Html Css Color HEX #49BCC6 Viking

📋 copy color: '#49BCC6'

red 73 ◦ green 188 ◦ blue 198

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

Shades of Viking #49BCC6

Tints of Viking #49BCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 15.9%
G = 40.96%
B = 43.14%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#49BCC6 (or 0x49BCC6) is known color: Viking. HEX triplet: 49, BC and C6. RGB value is (73,188,198). Sum of RGB (Red+Green+Blue) = 73+188+198=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #49BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCC6 is #B64339. Grayscale: #9A9A9A. Windows color (decimal): -11944762 or 13024329. OLE color: 13024329.

HSL color Cylindrical-coordinate representation of color #49BCC6: hue angle of 184.8º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BCC6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 188 198 -
CMYK 0.63 0.05 0 0.22
HSL 184.8º 0.52% 0.53% -
HSV(B) 184.8º 0.63% 0.78% -
XYZ 30.92 41.46 59.8 -
YUV 154.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 73 188 198 0.63 0.05 0 0.22 184.8 0.52 0.53
Hex 49 BC C6 3F 5 0 16 B9 34 35
Octal 111 274 306 77 5 0 26 271 64 65
Binary 1001001 10111100 11000110 111111 101 0 10110 10111001 110100 110101

Color Harmonies of #49BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCC6

Black with #49BCC6

Text Example


Text Example

White with #49BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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