Html Css Color HEX #4FB4BE Viking

📋 copy color: '#4FB4BE'

red 79 ◦ green 180 ◦ blue 190

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

Shades of Viking #4FB4BE

Tints of Viking #4FB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

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

R = 17.59%
G = 40.09%
B = 42.32%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FB4BE (or 0x4FB4BE) is known color: Viking. HEX triplet: 4F, B4 and BE. RGB value is (79,180,190). Sum of RGB (Red+Green+Blue) = 79+180+190=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB4BE is #B04B41. Grayscale: #969696. Windows color (decimal): -11553602 or 12497999. OLE color: 12497999.

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

Color convert

RGB 79 180 190 -
CMYK 0.58 0.05 0 0.25
HSL 185.41º 0.46% 0.53% -
HSV(B) 185.41º 0.58% 0.75% -
XYZ 28.84 38.02 54.53 -
YUV 150.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 79 180 190 0.58 0.05 0 0.25 185.41 0.46 0.53
Hex 4F B4 BE 3A 5 0 19 B9 2E 35
Octal 117 264 276 72 5 0 31 271 56 65
Binary 1001111 10110100 10111110 111010 101 0 11001 10111001 101110 110101

Color Harmonies of #4FB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB4BE

Black with #4FB4BE

Text Example


Text Example

White with #4FB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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