Html Css Color HEX #4FABC6 Viking

📋 copy color: '#4FABC6'

red 79 ◦ green 171 ◦ blue 198

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

Shades of Viking #4FABC6

Tints of Viking #4FABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 17.63%
G = 38.17%
B = 44.2%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4FABC6 (or 0x4FABC6) is known color: Viking. HEX triplet: 4F, AB and C6. RGB value is (79,171,198). Sum of RGB (Red+Green+Blue) = 79+171+198=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #4FABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABC6 is #B05439. Grayscale: #929292. Windows color (decimal): -11555898 or 13019983. OLE color: 13019983.

HSL color Cylindrical-coordinate representation of color #4FABC6: hue angle of 193.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FABC6 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 171 198 -
CMYK 0.60 0.14 0 0.22
HSL 193.61º 0.51% 0.54% -
HSV(B) 193.61º 0.6% 0.78% -
XYZ 27.98 34.87 58.68 -
YUV 146.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 79 171 198 0.60 0.14 0 0.22 193.61 0.51 0.54
Hex 4F AB C6 3C E 0 16 C2 33 36
Octal 117 253 306 74 16 0 26 302 63 66
Binary 1001111 10101011 11000110 111100 1110 0 10110 11000010 110011 110110

Color Harmonies of #4FABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABC6

Black with #4FABC6

Text Example


Text Example

White with #4FABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,171,198); }

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

background-color css

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

 a { background-color: rgb(79,171,198); }

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

border-color css

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

 span { border-color: rgb(79,171,198); }

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