#4DBDD8

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

Shades of Viking #4DBDD8

Tints of Viking #4DBDD8

Color information

#4DBDD8 (or 0x4DBDD8) is unknown color: approx Viking. HEX triplet: 4D, BD and D8. RGB value is (77,189,216). Sum of RGB (Red+Green+Blue) = 77+189+216=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DBDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDD8 is #B24227. Grayscale: #9E9E9E. Windows color (decimal): -11682344 or 14204237. OLE color: 14204237.

HSL color Cylindrical-coordinate representation of color #4DBDD8: hue angle of 191.65º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DBDD8 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77189216-
CMYK0.640.1200.15
HSL191.65º64.06%57.45%-
HSV(B)191.65º64.35%84.71%-
XYZ33.6542.9371.48-
YUV158.59160.3969.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.98%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=15.98%
G=39.21%
B=44.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771892160.640.1200.15191.6564.0657.45
Hex4DBDD840C0Fc04039
Octal1152753301001401730010071
Binary100110110111101110110001000000110001111110000001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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