Html Css Color HEX #4FADC0 Viking

📋 copy color: '#4FADC0'

red 79 ◦ green 173 ◦ blue 192

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

Shades of Viking #4FADC0

Tints of Viking #4FADC0

RGB

 RED value IS 79 (31.25% from 255) = 17.79%

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 17.79%
G = 38.96%
B = 43.24%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FADC0 (or 0x4FADC0) is known color: Viking. HEX triplet: 4F, AD and C0. RGB value is (79,173,192). Sum of RGB (Red+Green+Blue) = 79+173+192=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #4FADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADC0 is #B0523F. Grayscale: #929292. Windows color (decimal): -11555392 or 12627279. OLE color: 12627279.

HSL color Cylindrical-coordinate representation of color #4FADC0: hue angle of 190.09º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FADC0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 173 192 -
CMYK 0.59 0.10 0 0.25
HSL 190.09º 0.47% 0.53% -
HSV(B) 190.09º 0.59% 0.75% -
XYZ 27.68 35.36 55.23 -
YUV 147.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 79 173 192 0.59 0.10 0 0.25 190.09 0.47 0.53
Hex 4F AD C0 3B A 0 19 BE 2F 35
Octal 117 255 300 73 12 0 31 276 57 65
Binary 1001111 10101101 11000000 111011 1010 0 11001 10111110 101111 110101

Color Harmonies of #4FADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADC0

Black with #4FADC0

Text Example


Text Example

White with #4FADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FADC0; }

 p { color: rgb(79,173,192); }

 H1.HeaderClassName
 {
   color: #4FADC0;
 }
 .AnyTagClassName
 {
   color: #4FADC0;
 }
</style>

background-color css

<style>
 a { background-color: #4FADC0; }

 a { background-color: rgb(79,173,192); }

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

border-color css

<style>
 span { border-color: #4FADC0; }

 span { border-color: rgb(79,173,192); }

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