Html Css Color HEX #49BCC0 Viking

📋 copy color: '#49BCC0'

red 73 ◦ green 188 ◦ blue 192

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

Shades of Viking #49BCC0

Tints of Viking #49BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 16.11%
G = 41.5%
B = 42.38%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49BCC0 (or 0x49BCC0) is known color: Viking. HEX triplet: 49, BC and C0. RGB value is (73,188,192). Sum of RGB (Red+Green+Blue) = 73+188+192=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #49BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCC0 is #B6433F. Grayscale: #999999. Windows color (decimal): -11944768 or 12631113. OLE color: 12631113.

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

Color convert

RGB 73 188 192 -
CMYK 0.62 0.02 0 0.25
HSL 182.02º 0.49% 0.52% -
HSV(B) 182.02º 0.62% 0.75% -
XYZ 30.25 41.19 56.23 -
YUV 154.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 73 188 192 0.62 0.02 0 0.25 182.02 0.49 0.52
Hex 49 BC C0 3E 2 0 19 B6 31 34
Octal 111 274 300 76 2 0 31 266 61 64
Binary 1001001 10111100 11000000 111110 10 0 11001 10110110 110001 110100

Color Harmonies of #49BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCC0

Black with #49BCC0

Text Example


Text Example

White with #49BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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