#4DB4BF

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

Shades of Viking #4DB4BF

Tints of Viking #4DB4BF

Color information

#4DB4BF (or 0x4DB4BF) is unknown color: approx Viking. HEX triplet: 4D, B4 and BF. RGB value is (77,180,191). Sum of RGB (Red+Green+Blue) = 77+180+191=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DB4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4BF is #B24B40. Grayscale: #969696. Windows color (decimal): -11684673 or 12563533. OLE color: 12563533.

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

Color convert

RGB77180191-
CMYK0.600.0600.25
HSL185.79º47.11%52.55%-
HSV(B)185.79º59.69%74.9%-
XYZ28.7937.9855.1-
YUV150.46150.8875.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 191 (75% from 255) = 42.63%
R=17.19%
G=40.18%
B=42.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771801910.600.0600.25185.7947.1152.55
Hex4DB4BF3C6019ba2f35
Octal1152642777460312725765
Binary1001101101101001011111111110011001100110111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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