Html Css Color HEX #4FB6BE Viking

📋 copy color: '#4FB6BE'

red 79 ◦ green 182 ◦ blue 190

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

Shades of Viking #4FB6BE

Tints of Viking #4FB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

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

R = 17.52%
G = 40.35%
B = 42.13%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FB6BE (or 0x4FB6BE) is known color: Viking. HEX triplet: 4F, B6 and BE. RGB value is (79,182,190). Sum of RGB (Red+Green+Blue) = 79+182+190=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FB6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB6BE is #B04941. Grayscale: #979797. Windows color (decimal): -11553090 or 12498511. OLE color: 12498511.

HSL color Cylindrical-coordinate representation of color #4FB6BE: hue angle of 184.32º 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 #4FB6BE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 182 190 -
CMYK 0.58 0.04 0 0.25
HSL 184.32º 0.46% 0.53% -
HSV(B) 184.32º 0.58% 0.75% -
XYZ 29.25 38.84 54.67 -
YUV 152.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 79 182 190 0.58 0.04 0 0.25 184.32 0.46 0.53
Hex 4F B6 BE 3A 4 0 19 B8 2E 35
Octal 117 266 276 72 4 0 31 270 56 65
Binary 1001111 10110110 10111110 111010 100 0 11001 10111000 101110 110101

Color Harmonies of #4FB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB6BE

Black with #4FB6BE

Text Example


Text Example

White with #4FB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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