Html Css Color HEX #49BECA Viking

📋 copy color: '#49BECA'

red 73 ◦ green 190 ◦ blue 202

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

Shades of Viking #49BECA

Tints of Viking #49BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

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

R = 15.7%
G = 40.86%
B = 43.44%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#49BECA (or 0x49BECA) is known color: Viking. HEX triplet: 49, BE and CA. RGB value is (73,190,202). Sum of RGB (Red+Green+Blue) = 73+190+202=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #49BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECA is #B64135. Grayscale: #9C9C9C. Windows color (decimal): -11944246 or 13286985. OLE color: 13286985.

HSL color Cylindrical-coordinate representation of color #49BECA: hue angle of 185.58º 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 #49BECA is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 190 202 -
CMYK 0.64 0.06 0 0.21
HSL 185.58º 0.55% 0.54% -
HSV(B) 185.58º 0.64% 0.79% -
XYZ 31.82 42.51 62.4 -
YUV 156.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 73 190 202 0.64 0.06 0 0.21 185.58 0.55 0.54
Hex 49 BE CA 40 6 0 15 BA 37 36
Octal 111 276 312 100 6 0 25 272 67 66
Binary 1001001 10111110 11001010 1000000 110 0 10101 10111010 110111 110110

Color Harmonies of #49BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BECA

Black with #49BECA

Text Example


Text Example

White with #49BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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