#4DABB4

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

Shades of Viking #4DABB4

Tints of Viking #4DABB4

Color information

#4DABB4 (or 0x4DABB4) is unknown color: approx Viking. HEX triplet: 4D, AB and B4. RGB value is (77,171,180). Sum of RGB (Red+Green+Blue) = 77+171+180=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #4DABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABB4 is #B2544B. Grayscale: #8F8F8F. Windows color (decimal): -11686988 or 11840333. OLE color: 11840333.

HSL color Cylindrical-coordinate representation of color #4DABB4: hue angle of 185.24º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DABB4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB77171180-
CMYK0.570.0500.29
HSL185.24º40.71%50.39%-
HSV(B)185.24º57.22%70.59%-
XYZ25.863448.38-
YUV143.92148.3680.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.99%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=17.99%
G=39.95%
B=42.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771711800.570.0500.29185.2440.7150.39
Hex4DABB439501Db92932
Octal1152532647150352715162
Binary1001101101010111011010011100110101110110111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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