#4dabbd

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

Shades of Viking #4DABBD

Tints of Viking #4DABBD

Color information

#4DABBD (or 0x4DABBD) is unknown color: approx Viking. HEX triplet: 4D, AB and BD. RGB value is (77,171,189). Sum of RGB (Red+Green+Blue) = 77+171+189=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABBD is #B25442. Grayscale: #909090. Windows color (decimal): -11686979 or 12430157. OLE color: 12430157.

HSL color Cylindrical-coordinate representation of color #4DABBD: hue angle of 189.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DABBD is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB77171189-
CMYK0.590.1000.26
HSL189.64º45.9%52.16%-
HSV(B)189.64º59.26%74.12%-
XYZ26.8134.3853.37-
YUV144.95152.8679.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.62%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=17.62%
G=39.13%
B=43.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771711890.590.1000.26189.6445.952.16
Hex4DABBD3BA01Abe2e34
Octal11525327573120322765664
Binary10011011010101110111101111011101001101010111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dabbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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