Html Css Color HEX #49AFC1 Viking

📋 copy color: '#49AFC1'

red 73 ◦ green 175 ◦ blue 193

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

Shades of Viking #49AFC1

Tints of Viking #49AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 16.55%
G = 39.68%
B = 43.76%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#49AFC1 (or 0x49AFC1) is known color: Viking. HEX triplet: 49, AF and C1. RGB value is (73,175,193). Sum of RGB (Red+Green+Blue) = 73+175+193=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #49AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFC1 is #B6503E. Grayscale: #929292. Windows color (decimal): -11948095 or 12693321. OLE color: 12693321.

HSL color Cylindrical-coordinate representation of color #49AFC1: hue angle of 189º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AFC1 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 175 193 -
CMYK 0.62 0.09 0 0.24
HSL 189º 0.49% 0.52% -
HSV(B) 189º 0.62% 0.76% -
XYZ 27.7 35.93 55.93 -
YUV 146.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 73 175 193 0.62 0.09 0 0.24 189 0.49 0.52
Hex 49 AF C1 3E 9 0 18 BD 31 34
Octal 111 257 301 76 11 0 30 275 61 64
Binary 1001001 10101111 11000001 111110 1001 0 11000 10111101 110001 110100

Color Harmonies of #49AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFC1

Black with #49AFC1

Text Example


Text Example

White with #49AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,193); }

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

background-color css

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

 a { background-color: rgb(73,175,193); }

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

border-color css

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

 span { border-color: rgb(73,175,193); }

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