Html Css Color HEX #49BACC Viking

📋 copy color: '#49BACC'

red 73 ◦ green 186 ◦ blue 204

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

Shades of Viking #49BACC

Tints of Viking #49BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 15.77%
G = 40.17%
B = 44.06%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49BACC (or 0x49BACC) is known color: Viking. HEX triplet: 49, BA and CC. RGB value is (73,186,204). Sum of RGB (Red+Green+Blue) = 73+186+204=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #49BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BACC is #B64533. Grayscale: #9A9A9A. Windows color (decimal): -11945268 or 13417033. OLE color: 13417033.

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

Color convert

RGB 73 186 204 -
CMYK 0.64 0.09 0 0.2
HSL 188.24º 0.56% 0.54% -
HSV(B) 188.24º 0.64% 0.8% -
XYZ 31.21 40.89 63.38 -
YUV 154.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 73 186 204 0.64 0.09 0 0.2 188.24 0.56 0.54
Hex 49 BA CC 40 9 0 14 BC 38 36
Octal 111 272 314 100 11 0 24 274 70 66
Binary 1001001 10111010 11001100 1000000 1001 0 10100 10111100 111000 110110

Color Harmonies of #49BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BACC

Black with #49BACC

Text Example


Text Example

White with #49BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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