#4DB0BB

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

Shades of Viking #4DB0BB

Tints of Viking #4DB0BB

Color information

#4DB0BB (or 0x4DB0BB) is unknown color: approx Viking. HEX triplet: 4D, B0 and BB. RGB value is (77,176,187). Sum of RGB (Red+Green+Blue) = 77+176+187=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DB0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0BB is #B24F44. Grayscale: #939393. Windows color (decimal): -11685701 or 12300365. OLE color: 12300365.

HSL color Cylindrical-coordinate representation of color #4DB0BB: hue angle of 186º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB0BB is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77176187-
CMYK0.590.0600.27
HSL186º44.72%51.76%-
HSV(B)186º58.82%73.33%-
XYZ27.5636.2252.55-
YUV147.65150.277.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.5%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=17.5%
G=40%
B=42.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771761870.590.0600.2718644.7251.76
Hex4DB0BB3B601Bba2d34
Octal1152602737360332725564
Binary1001101101100001011101111101111001101110111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,187); }

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

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

 a { background-color: rgb(77,176,187); }

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

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

 span { border-color: rgb(77,176,187); }

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