#4DA6BE

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

Shades of Viking #4DA6BE

Tints of Viking #4DA6BE

Color information

#4DA6BE (or 0x4DA6BE) is unknown color: approx Viking. HEX triplet: 4D, A6 and BE. RGB value is (77,166,190). Sum of RGB (Red+Green+Blue) = 77+166+190=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA6BE is #B25941. Grayscale: #8D8D8D. Windows color (decimal): -11688258 or 12494413. OLE color: 12494413.

HSL color Cylindrical-coordinate representation of color #4DA6BE: hue angle of 192.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA6BE is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77166190-
CMYK0.590.1300.25
HSL192.74º46.5%52.35%-
HSV(B)192.74º59.47%74.51%-
XYZ25.9932.5753.63-
YUV142.12155.0181.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.78%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=17.78%
G=38.34%
B=43.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771661900.590.1300.25192.7446.552.35
Hex4DA6BE3BD019c12f34
Octal11524627673150313015764
Binary10011011010011010111110111011110101100111000001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,166,190); }

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

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

 a { background-color: rgb(77,166,190); }

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

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

 span { border-color: rgb(77,166,190); }

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