#4dbdc5

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

Shades of Viking #4DBDC5

Tints of Viking #4DBDC5

Color information

#4DBDC5 (or 0x4DBDC5) is unknown color: approx Viking. HEX triplet: 4D, BD and C5. RGB value is (77,189,197). Sum of RGB (Red+Green+Blue) = 77+189+197=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #4DBDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDC5 is #B2423A. Grayscale: #9C9C9C. Windows color (decimal): -11682363 or 12959053. OLE color: 12959053.

HSL color Cylindrical-coordinate representation of color #4DBDC5: hue angle of 184º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DBDC5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB77189197-
CMYK0.610.0400.23
HSL184º50.85%53.73%-
HSV(B)184º60.91%77.25%-
XYZ31.344259.28-
YUV156.42150.8971.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.63%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 197 (77.34% from 255) = 42.55%
R=16.63%
G=40.82%
B=42.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771891970.610.0400.2318450.8553.73
Hex4DBDC53D4017b83336
Octal1152753057540272706366
Binary1001101101111011100010111110110001011110111000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dbdc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,189,197); }

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

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

 a { background-color: rgb(77,189,197); }

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

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

 span { border-color: rgb(77,189,197); }

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