Html Css Color HEX #49BECB Viking

📋 copy color: '#49BECB'

red 73 ◦ green 190 ◦ blue 203

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

Shades of Viking #49BECB

Tints of Viking #49BECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 15.67%
G = 40.77%
B = 43.56%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49BECB (or 0x49BECB) is known color: Viking. HEX triplet: 49, BE and CB. RGB value is (73,190,203). Sum of RGB (Red+Green+Blue) = 73+190+203=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #49BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECB is #B64134. Grayscale: #9C9C9C. Windows color (decimal): -11944245 or 13352521. OLE color: 13352521.

HSL color Cylindrical-coordinate representation of color #49BECB: hue angle of 186º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BECB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 190 203 -
CMYK 0.64 0.06 0 0.20
HSL 186º 0.56% 0.54% -
HSV(B) 186º 0.64% 0.8% -
XYZ 31.94 42.56 63.03 -
YUV 156.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 73 190 203 0.64 0.06 0 0.20 186 0.56 0.54
Hex 49 BE CB 40 6 0 14 BA 38 36
Octal 111 276 313 100 6 0 24 272 70 66
Binary 1001001 10111110 11001011 1000000 110 0 10100 10111010 111000 110110

Color Harmonies of #49BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BECB

Black with #49BECB

Text Example


Text Example

White with #49BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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