#4DADDA

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

Shades of Viking #4DADDA

Tints of Viking #4DADDA

Color information

#4DADDA (or 0x4DADDA) is unknown color: approx Viking. HEX triplet: 4D, AD and DA. RGB value is (77,173,218). Sum of RGB (Red+Green+Blue) = 77+173+218=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADDA is #B25225. Grayscale: #959595. Windows color (decimal): -11686438 or 14331213. OLE color: 14331213.

HSL color Cylindrical-coordinate representation of color #4DADDA: hue angle of 199.15º 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 #4DADDA is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77173218-
CMYK0.650.2100.15
HSL199.15º65.58%57.84%-
HSV(B)199.15º64.68%85.49%-
XYZ30.6636.5371.76-
YUV149.43166.776.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.45%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=16.45%
G=36.97%
B=46.58%

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
Decimal771732180.650.2100.15199.1565.5857.84
Hex4DADDA41150Fc7423a
Octal1152553321012501730710272
Binary1001101101011011101101010000011010101111110001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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