Html Css Color HEX #49BBCA Viking

📋 copy color: '#49BBCA'

red 73 ◦ green 187 ◦ blue 202

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

Shades of Viking #49BBCA

Tints of Viking #49BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 15.8%
G = 40.48%
B = 43.72%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#49BBCA (or 0x49BBCA) is known color: Viking. HEX triplet: 49, BB and CA. RGB value is (73,187,202). Sum of RGB (Red+Green+Blue) = 73+187+202=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #49BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBCA is #B64435. Grayscale: #9A9A9A. Windows color (decimal): -11945014 or 13286217. OLE color: 13286217.

HSL color Cylindrical-coordinate representation of color #49BBCA: hue angle of 186.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BBCA is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 187 202 -
CMYK 0.64 0.07 0 0.21
HSL 186.98º 0.55% 0.54% -
HSV(B) 186.98º 0.64% 0.79% -
XYZ 31.18 41.22 62.19 -
YUV 154.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 73 187 202 0.64 0.07 0 0.21 186.98 0.55 0.54
Hex 49 BB CA 40 7 0 15 BB 37 36
Octal 111 273 312 100 7 0 25 273 67 66
Binary 1001001 10111011 11001010 1000000 111 0 10101 10111011 110111 110110

Color Harmonies of #49BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBCA

Black with #49BBCA

Text Example


Text Example

White with #49BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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