#4DAEBF

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

Shades of Viking #4DAEBF

Tints of Viking #4DAEBF

Color information

#4DAEBF (or 0x4DAEBF) is unknown color: approx Viking. HEX triplet: 4D, AE and BF. RGB value is (77,174,191). Sum of RGB (Red+Green+Blue) = 77+174+191=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEBF is #B25140. Grayscale: #929292. Windows color (decimal): -11686209 or 12561997. OLE color: 12561997.

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

Color convert

RGB77174191-
CMYK0.600.0900.25
HSL188.95º47.11%52.55%-
HSV(B)188.95º59.69%74.9%-
XYZ27.635.6154.71-
YUV146.94152.8678.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.42%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 191 (75% from 255) = 43.21%
R=17.42%
G=39.37%
B=43.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771741910.600.0900.25188.9547.1152.55
Hex4DAEBF3C9019bd2f35
Octal11525627774110312755765
Binary10011011010111010111111111100100101100110111101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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