Html Css Color HEX #4FB9BE Viking

📋 copy color: '#4FB9BE'

red 79 ◦ green 185 ◦ blue 190

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

Shades of Viking #4FB9BE

Tints of Viking #4FB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 17.4%
G = 40.75%
B = 41.85%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FB9BE (or 0x4FB9BE) is known color: Viking. HEX triplet: 4F, B9 and BE. RGB value is (79,185,190). Sum of RGB (Red+Green+Blue) = 79+185+190=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB9BE is #B04641. Grayscale: #999999. Windows color (decimal): -11552322 or 12499279. OLE color: 12499279.

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

Color convert

RGB 79 185 190 -
CMYK 0.58 0.03 0 0.25
HSL 182.7º 0.46% 0.53% -
HSV(B) 182.7º 0.58% 0.75% -
XYZ 29.87 40.08 54.88 -
YUV 153.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 79 185 190 0.58 0.03 0 0.25 182.7 0.46 0.53
Hex 4F B9 BE 3A 3 0 19 B7 2E 35
Octal 117 271 276 72 3 0 31 267 56 65
Binary 1001111 10111001 10111110 111010 11 0 11001 10110111 101110 110101

Color Harmonies of #4FB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB9BE

Black with #4FB9BE

Text Example


Text Example

White with #4FB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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