Html Css Color HEX #49ACCC Viking

📋 copy color: '#49ACCC'

red 73 ◦ green 172 ◦ blue 204

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

Shades of Viking #49ACCC

Tints of Viking #49ACCC

RGB

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

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

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

R = 16.26%
G = 38.31%
B = 45.43%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49ACCC (or 0x49ACCC) is known color: Viking. HEX triplet: 49, AC and CC. RGB value is (73,172,204). Sum of RGB (Red+Green+Blue) = 73+172+204=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #49ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACCC is #B65333. Grayscale: #919191. Windows color (decimal): -11948852 or 13413449. OLE color: 13413449.

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

Color convert

RGB 73 172 204 -
CMYK 0.64 0.16 0 0.2
HSL 194.66º 0.56% 0.54% -
HSV(B) 194.66º 0.64% 0.8% -
XYZ 28.4 35.28 62.44 -
YUV 146.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 73 172 204 0.64 0.16 0 0.2 194.66 0.56 0.54
Hex 49 AC CC 40 10 0 14 C3 38 36
Octal 111 254 314 100 20 0 24 303 70 66
Binary 1001001 10101100 11001100 1000000 10000 0 10100 11000011 111000 110110

Color Harmonies of #49ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACCC

Black with #49ACCC

Text Example


Text Example

White with #49ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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