#4DABBF

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

Shades of Viking #4DABBF

Tints of Viking #4DABBF

Color information

#4DABBF (or 0x4DABBF) is unknown color: approx Viking. HEX triplet: 4D, AB and BF. RGB value is (77,171,191). Sum of RGB (Red+Green+Blue) = 77+171+191=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABBF is #B25440. Grayscale: #919191. Windows color (decimal): -11686977 or 12561229. OLE color: 12561229.

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

Color convert

RGB77171191-
CMYK0.600.1000.25
HSL190.53º47.11%52.55%-
HSV(B)190.53º59.69%74.9%-
XYZ27.0334.4754.52-
YUV145.17153.8679.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.54%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 191 (75% from 255) = 43.51%
R=17.54%
G=38.95%
B=43.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771711910.600.1000.25190.5347.1152.55
Hex4DABBF3CA019bf2f35
Octal11525327774120312775765
Binary10011011010101110111111111100101001100110111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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