Html Css Color HEX #4FADB6 Viking

📋 copy color: '#4FADB6'

red 79 ◦ green 173 ◦ blue 182

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

Shades of Viking #4FADB6

Tints of Viking #4FADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 18.2%
G = 39.86%
B = 41.94%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4FADB6 (or 0x4FADB6) is known color: Viking. HEX triplet: 4F, AD and B6. RGB value is (79,173,182). Sum of RGB (Red+Green+Blue) = 79+173+182=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #4FADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADB6 is #B05249. Grayscale: #919191. Windows color (decimal): -11555402 or 11971919. OLE color: 11971919.

HSL color Cylindrical-coordinate representation of color #4FADB6: hue angle of 185.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FADB6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 173 182 -
CMYK 0.57 0.05 0 0.29
HSL 185.24º 0.41% 0.51% -
HSV(B) 185.24º 0.57% 0.71% -
XYZ 26.61 34.93 49.59 -
YUV 145.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 79 173 182 0.57 0.05 0 0.29 185.24 0.41 0.51
Hex 4F AD B6 39 5 0 1D B9 29 33
Octal 117 255 266 71 5 0 35 271 51 63
Binary 1001111 10101101 10110110 111001 101 0 11101 10111001 101001 110011

Color Harmonies of #4FADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADB6

Black with #4FADB6

Text Example


Text Example

White with #4FADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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