#4DC1DA

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

Shades of Viking #4DC1DA

Tints of Viking #4DC1DA

Color information

#4DC1DA (or 0x4DC1DA) is unknown color: approx Viking. HEX triplet: 4D, C1 and DA. RGB value is (77,193,218). Sum of RGB (Red+Green+Blue) = 77+193+218=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DC1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1DA is #B23E25. Grayscale: #A0A0A0. Windows color (decimal): -11681318 or 14336333. OLE color: 14336333.

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

Color convert

RGB77193218-
CMYK0.650.1100.15
HSL190.64º65.58%57.84%-
HSV(B)190.64º64.68%85.49%-
XYZ34.7944.7873.14-
YUV161.17160.0767.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.78%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=15.78%
G=39.55%
B=44.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771932180.650.1100.15190.6465.5857.84
Hex4DC1DA41B0Fbf423a
Octal1153013321011301727710272
Binary100110111000001110110101000001101101111101111111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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