#4DADCD

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

Shades of Viking #4DADCD

Tints of Viking #4DADCD

Color information

#4DADCD (or 0x4DADCD) is unknown color: approx Viking. HEX triplet: 4D, AD and CD. RGB value is (77,173,205). Sum of RGB (Red+Green+Blue) = 77+173+205=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADCD is #B25232. Grayscale: #939393. Windows color (decimal): -11686451 or 13479245. OLE color: 13479245.

HSL color Cylindrical-coordinate representation of color #4DADCD: hue angle of 195º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DADCD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77173205-
CMYK0.620.1600.20
HSL195º56.14%55.29%-
HSV(B)195º62.44%80.39%-
XYZ29.0235.8763.15-
YUV147.94160.277.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=16.92%
G=38.02%
B=45.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771732050.620.1600.2019556.1455.29
Hex4DADCD3E10014c33837
Octal11525531576200243037067
Binary100110110101101110011011111101000001010011000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,173,205); }

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

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

 a { background-color: rgb(77,173,205); }

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

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

 span { border-color: rgb(77,173,205); }

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