#4DB8BF

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

Shades of Viking #4DB8BF

Tints of Viking #4DB8BF

Color information

#4DB8BF (or 0x4DB8BF) is unknown color: approx Viking. HEX triplet: 4D, B8 and BF. RGB value is (77,184,191). Sum of RGB (Red+Green+Blue) = 77+184+191=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DB8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8BF is #B24740. Grayscale: #989898. Windows color (decimal): -11683649 or 12564557. OLE color: 12564557.

HSL color Cylindrical-coordinate representation of color #4DB8BF: hue angle of 183.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB8BF is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77184191-
CMYK0.600.0400.25
HSL183.68º47.11%52.55%-
HSV(B)183.68º59.69%74.9%-
XYZ29.6139.6255.38-
YUV152.8149.5573.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.04%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 191 (75% from 255) = 42.26%
R=17.04%
G=40.71%
B=42.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771841910.600.0400.25183.6847.1152.55
Hex4DB8BF3C4019b82f35
Octal1152702777440312705765
Binary1001101101110001011111111110010001100110111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,184,191); }

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

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

 a { background-color: rgb(77,184,191); }

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

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

 span { border-color: rgb(77,184,191); }

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