Html Css Color HEX #4FABB6 Viking

📋 copy color: '#4FABB6'

red 79 ◦ green 171 ◦ blue 182

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

Shades of Viking #4FABB6

Tints of Viking #4FABB6

RGB

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

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

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

R = 18.29%
G = 39.58%
B = 42.13%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4FABB6 (or 0x4FABB6) is known color: Viking. HEX triplet: 4F, AB and B6. RGB value is (79,171,182). Sum of RGB (Red+Green+Blue) = 79+171+182=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #4FABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABB6 is #B05449. Grayscale: #909090. Windows color (decimal): -11555914 or 11971407. OLE color: 11971407.

HSL color Cylindrical-coordinate representation of color #4FABB6: hue angle of 186.41º 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 #4FABB6 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 171 182 -
CMYK 0.57 0.06 0 0.29
HSL 186.41º 0.41% 0.51% -
HSV(B) 186.41º 0.57% 0.71% -
XYZ 26.23 34.17 49.47 -
YUV 144.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 79 171 182 0.57 0.06 0 0.29 186.41 0.41 0.51
Hex 4F AB B6 39 6 0 1D BA 29 33
Octal 117 253 266 71 6 0 35 272 51 63
Binary 1001111 10101011 10110110 111001 110 0 11101 10111010 101001 110011

Color Harmonies of #4FABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABB6

Black with #4FABB6

Text Example


Text Example

White with #4FABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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