#4DABC3

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

Shades of Viking #4DABC3

Tints of Viking #4DABC3

Color information

#4DABC3 (or 0x4DABC3) is unknown color: approx Viking. HEX triplet: 4D, AB and C3. RGB value is (77,171,195). Sum of RGB (Red+Green+Blue) = 77+171+195=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #4DABC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABC3 is #B2543C. Grayscale: #919191. Windows color (decimal): -11686973 or 12823373. OLE color: 12823373.

HSL color Cylindrical-coordinate representation of color #4DABC3: hue angle of 192.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DABC3 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77171195-
CMYK0.610.1200.24
HSL192.2º49.58%53.33%-
HSV(B)192.2º60.51%76.47%-
XYZ27.4734.6456.87-
YUV145.63155.8679.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.38%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=17.38%
G=38.60%
B=44.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771711950.610.1200.24192.249.5853.33
Hex4DABC33DC018c03235
Octal11525330375140303006265
Binary10011011010101111000011111101110001100011000000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,171,195); }

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

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

 a { background-color: rgb(77,171,195); }

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

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

 span { border-color: rgb(77,171,195); }

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