Html Css Color HEX #49BBBC Viking

📋 copy color: '#49BBBC'

red 73 ◦ green 187 ◦ blue 188

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

Shades of Viking #49BBBC

Tints of Viking #49BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

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

R = 16.29%
G = 41.74%
B = 41.96%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49BBBC (or 0x49BBBC) is known color: Viking. HEX triplet: 49, BB and BC. RGB value is (73,187,188). Sum of RGB (Red+Green+Blue) = 73+187+188=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #49BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBBC is #B64443. Grayscale: #989898. Windows color (decimal): -11945028 or 12368713. OLE color: 12368713.

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

Color convert

RGB 73 187 188 -
CMYK 0.61 0.01 0 0.26
HSL 180.52º 0.46% 0.51% -
HSV(B) 180.52º 0.61% 0.74% -
XYZ 29.6 40.59 53.85 -
YUV 153.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 73 187 188 0.61 0.01 0 0.26 180.52 0.46 0.51
Hex 49 BB BC 3D 1 0 1A B5 2E 33
Octal 111 273 274 75 1 0 32 265 56 63
Binary 1001001 10111011 10111100 111101 1 0 11010 10110101 101110 110011

Color Harmonies of #49BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBBC

Black with #49BBBC

Text Example


Text Example

White with #49BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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