Html Css Color HEX #49BECC Viking

📋 copy color: '#49BECC'

red 73 ◦ green 190 ◦ blue 204

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

Shades of Viking #49BECC

Tints of Viking #49BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 15.63%
G = 40.69%
B = 43.68%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49BECC (or 0x49BECC) is known color: Viking. HEX triplet: 49, BE and CC. RGB value is (73,190,204). Sum of RGB (Red+Green+Blue) = 73+190+204=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #49BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECC is #B64133. Grayscale: #9C9C9C. Windows color (decimal): -11944244 or 13418057. OLE color: 13418057.

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

Color convert

RGB 73 190 204 -
CMYK 0.64 0.07 0 0.2
HSL 186.41º 0.56% 0.54% -
HSV(B) 186.41º 0.64% 0.8% -
XYZ 32.06 42.6 63.66 -
YUV 156.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 73 190 204 0.64 0.07 0 0.2 186.41 0.56 0.54
Hex 49 BE CC 40 7 0 14 BA 38 36
Octal 111 276 314 100 7 0 24 272 70 66
Binary 1001001 10111110 11001100 1000000 111 0 10100 10111010 111000 110110

Color Harmonies of #49BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BECC

Black with #49BECC

Text Example


Text Example

White with #49BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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