#4DAEC3

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

Shades of Viking #4DAEC3

Tints of Viking #4DAEC3

Color information

#4DAEC3 (or 0x4DAEC3) is unknown color: approx Viking. HEX triplet: 4D, AE and C3. RGB value is (77,174,195). Sum of RGB (Red+Green+Blue) = 77+174+195=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #4DAEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEC3 is #B2513C. Grayscale: #939393. Windows color (decimal): -11686205 or 12824141. OLE color: 12824141.

HSL color Cylindrical-coordinate representation of color #4DAEC3: hue angle of 190.68º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAEC3 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77174195-
CMYK0.610.1100.24
HSL190.68º49.58%53.33%-
HSV(B)190.68º60.51%76.47%-
XYZ28.0535.7957.06-
YUV147.39154.8677.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=17.26%
G=39.01%
B=43.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771741950.610.1100.24190.6849.5853.33
Hex4DAEC33DB018bf3235
Octal11525630375130302776265
Binary10011011010111011000011111101101101100010111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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