#4dacd1

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

Shades of Viking #4DACD1

Tints of Viking #4DACD1

Color information

#4DACD1 (or 0x4DACD1) is unknown color: approx Viking. HEX triplet: 4D, AC and D1. RGB value is (77,172,209). Sum of RGB (Red+Green+Blue) = 77+172+209=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #4DACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACD1 is #B2532E. Grayscale: #939393. Windows color (decimal): -11686703 or 13741133. OLE color: 13741133.

HSL color Cylindrical-coordinate representation of color #4DACD1: hue angle of 196.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DACD1 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB77172209-
CMYK0.630.1800.18
HSL196.82º58.93%56.08%-
HSV(B)196.82º63.16%81.96%-
XYZ29.3235.6965.66-
YUV147.81162.5377.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.81%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 209 (82.03% from 255) = 45.63%
R=16.81%
G=37.55%
B=45.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal771722090.630.1800.18196.8258.9356.08
Hex4DACD13F12012c53b38
Octal11525432177220223057370
Binary100110110101100110100011111111001001001011000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dacd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,172,209); }

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

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

 a { background-color: rgb(77,172,209); }

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

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

 span { border-color: rgb(77,172,209); }

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