#4DACDA

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

Shades of Viking #4DACDA

Tints of Viking #4DACDA

Color information

#4DACDA (or 0x4DACDA) is unknown color: approx Viking. HEX triplet: 4D, AC and DA. RGB value is (77,172,218). Sum of RGB (Red+Green+Blue) = 77+172+218=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACDA is #B25325. Grayscale: #949494. Windows color (decimal): -11686694 or 14330957. OLE color: 14330957.

HSL color Cylindrical-coordinate representation of color #4DACDA: hue angle of 199.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DACDA is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77172218-
CMYK0.650.2100.15
HSL199.57º65.58%57.84%-
HSV(B)199.57º64.68%85.49%-
XYZ30.4736.1471.7-
YUV148.84167.0376.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.49%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=16.49%
G=36.83%
B=46.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771722180.650.2100.15199.5765.5857.84
Hex4DACDA41150Fc8423a
Octal1152543321012501731010272
Binary1001101101011001101101010000011010101111110010001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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