#4FBED4

Color #4FBED4 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4FBED4

Tints of Viking #4FBED4

Color information

#4FBED4 (or 0x4FBED4) is unknown color: approx Viking. HEX triplet: 4F, BE and D4. RGB value is (79,190,212). Sum of RGB (Red+Green+Blue) = 79+190+212=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #4FBED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBED4 is #B0412B. Grayscale: #9F9F9F. Windows color (decimal): -11551020 or 13942351. OLE color: 13942351.

HSL color Cylindrical-coordinate representation of color #4FBED4: hue angle of 189.92º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FBED4 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB79190212-
CMYK0.630.1000.17
HSL189.92º60.73%57.06%-
HSV(B)189.92º62.74%83.14%-
XYZ33.5243.2468.87-
YUV159.32157.7370.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.42%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=16.42%
G=39.50%
B=44.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791902120.630.1000.17189.9260.7357.06
Hex4FBED43FA011be3d39
Octal11727632477120212767571
Binary10011111011111011010100111111101001000110111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FBED4;
 }
 .AnyTagClassName
 {
   color: #4FBED4;
 }
</style>
background-color css

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

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

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

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

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

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