Html Css Color HEX #4FABBE Viking

📋 copy color: '#4FABBE'

red 79 ◦ green 171 ◦ blue 190

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

Shades of Viking #4FABBE

Tints of Viking #4FABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 17.95%
G = 38.86%
B = 43.18%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FABBE (or 0x4FABBE) is known color: Viking. HEX triplet: 4F, AB and BE. RGB value is (79,171,190). Sum of RGB (Red+Green+Blue) = 79+171+190=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABBE is #B05441. Grayscale: #919191. Windows color (decimal): -11555906 or 12495695. OLE color: 12495695.

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

Color convert

RGB 79 171 190 -
CMYK 0.58 0.10 0 0.25
HSL 190.27º 0.46% 0.53% -
HSV(B) 190.27º 0.58% 0.75% -
XYZ 27.08 34.51 53.95 -
YUV 145.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 79 171 190 0.58 0.10 0 0.25 190.27 0.46 0.53
Hex 4F AB BE 3A A 0 19 BE 2E 35
Octal 117 253 276 72 12 0 31 276 56 65
Binary 1001111 10101011 10111110 111010 1010 0 11001 10111110 101110 110101

Color Harmonies of #4FABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABBE

Black with #4FABBE

Text Example


Text Example

White with #4FABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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