Html Css Color HEX #4FB0BE Viking

📋 copy color: '#4FB0BE'

red 79 ◦ green 176 ◦ blue 190

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

Shades of Viking #4FB0BE

Tints of Viking #4FB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

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

R = 17.75%
G = 39.55%
B = 42.7%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FB0BE (or 0x4FB0BE) is known color: Viking. HEX triplet: 4F, B0 and BE. RGB value is (79,176,190). Sum of RGB (Red+Green+Blue) = 79+176+190=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0BE is #B04F41. Grayscale: #949494. Windows color (decimal): -11554626 or 12496975. OLE color: 12496975.

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

Color convert

RGB 79 176 190 -
CMYK 0.58 0.07 0 0.25
HSL 187.57º 0.46% 0.53% -
HSV(B) 187.57º 0.58% 0.75% -
XYZ 28.04 36.43 54.27 -
YUV 148.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 79 176 190 0.58 0.07 0 0.25 187.57 0.46 0.53
Hex 4F B0 BE 3A 7 0 19 BC 2E 35
Octal 117 260 276 72 7 0 31 274 56 65
Binary 1001111 10110000 10111110 111010 111 0 11001 10111100 101110 110101

Color Harmonies of #4FB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB0BE

Black with #4FB0BE

Text Example


Text Example

White with #4FB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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