Html Css Color HEX #49ACCB Viking

📋 copy color: '#49ACCB'

red 73 ◦ green 172 ◦ blue 203

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

Shades of Viking #49ACCB

Tints of Viking #49ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

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

R = 16.29%
G = 38.39%
B = 45.31%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49ACCB (or 0x49ACCB) is known color: Viking. HEX triplet: 49, AC and CB. RGB value is (73,172,203). Sum of RGB (Red+Green+Blue) = 73+172+203=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #49ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACCB is #B65334. Grayscale: #919191. Windows color (decimal): -11948853 or 13347913. OLE color: 13347913.

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

Color convert

RGB 73 172 203 -
CMYK 0.64 0.15 0 0.20
HSL 194.31º 0.56% 0.54% -
HSV(B) 194.31º 0.64% 0.8% -
XYZ 28.28 35.23 61.81 -
YUV 145.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 73 172 203 0.64 0.15 0 0.20 194.31 0.56 0.54
Hex 49 AC CB 40 F 0 14 C2 38 36
Octal 111 254 313 100 17 0 24 302 70 66
Binary 1001001 10101100 11001011 1000000 1111 0 10100 11000010 111000 110110

Color Harmonies of #49ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACCB

Black with #49ACCB

Text Example


Text Example

White with #49ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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