#4DAEB4

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

Shades of Viking #4DAEB4

Tints of Viking #4DAEB4

Color information

#4DAEB4 (or 0x4DAEB4) is unknown color: approx Viking. HEX triplet: 4D, AE and B4. RGB value is (77,174,180). Sum of RGB (Red+Green+Blue) = 77+174+180=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #4DAEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEB4 is #B2514B. Grayscale: #919191. Windows color (decimal): -11686220 or 11841101. OLE color: 11841101.

HSL color Cylindrical-coordinate representation of color #4DAEB4: hue angle of 183.5º 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 #4DAEB4 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB77174180-
CMYK0.570.0300.29
HSL183.5º40.71%50.39%-
HSV(B)183.5º57.22%70.59%-
XYZ26.4335.1548.57-
YUV145.68147.3679.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.87%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=17.87%
G=40.37%
B=41.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771741800.570.0300.29183.540.7150.39
Hex4DAEB439301Db72932
Octal1152562647130352675162
Binary100110110101110101101001110011101110110110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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