#4DADC4

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

Shades of Viking #4DADC4

Tints of Viking #4DADC4

Color information

#4DADC4 (or 0x4DADC4) is unknown color: approx Viking. HEX triplet: 4D, AD and C4. RGB value is (77,173,196). Sum of RGB (Red+Green+Blue) = 77+173+196=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #4DADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADC4 is #B2523B. Grayscale: #929292. Windows color (decimal): -11686460 or 12889421. OLE color: 12889421.

HSL color Cylindrical-coordinate representation of color #4DADC4: hue angle of 191.6º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DADC4 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB77173196-
CMYK0.610.1200.23
HSL191.6º50.21%53.53%-
HSV(B)191.6º60.71%76.86%-
XYZ27.9735.4557.59-
YUV146.92155.778.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 196 (76.95% from 255) = 43.95%
R=17.26%
G=38.79%
B=43.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771731960.610.1200.23191.650.2153.53
Hex4DADC43DC017c03236
Octal11525530475140273006266
Binary10011011010110111000100111101110001011111000000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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