#4DACC7

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

Shades of Viking #4DACC7

Tints of Viking #4DACC7

Color information

#4DACC7 (or 0x4DACC7) is unknown color: approx Viking. HEX triplet: 4D, AC and C7. RGB value is (77,172,199). Sum of RGB (Red+Green+Blue) = 77+172+199=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #4DACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC7 is #B25338. Grayscale: #929292. Windows color (decimal): -11686713 or 13085773. OLE color: 13085773.

HSL color Cylindrical-coordinate representation of color #4DACC7: hue angle of 193.28º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DACC7 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB77172199-
CMYK0.610.1400.22
HSL193.28º52.14%54.12%-
HSV(B)193.28º61.31%78.04%-
XYZ28.1235.2159.35-
YUV146.67157.5378.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 199 (78.12% from 255) = 44.42%
R=17.19%
G=38.39%
B=44.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal771721990.610.1400.22193.2852.1454.12
Hex4DACC73DE016c13436
Octal11525430775160263016466
Binary10011011010110011000111111101111001011011000001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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