#4DBBD8

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

Shades of Viking #4DBBD8

Tints of Viking #4DBBD8

Color information

#4DBBD8 (or 0x4DBBD8) is unknown color: approx Viking. HEX triplet: 4D, BB and D8. RGB value is (77,187,216). Sum of RGB (Red+Green+Blue) = 77+187+216=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DBBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBD8 is #B24427. Grayscale: #9D9D9D. Windows color (decimal): -11682856 or 14203725. OLE color: 14203725.

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

Color convert

RGB77187216-
CMYK0.640.1300.15
HSL192.52º64.06%57.45%-
HSV(B)192.52º64.35%84.71%-
XYZ33.2342.0871.34-
YUV157.42161.0670.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.04%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 216 (84.77% from 255) = 45%
R=16.04%
G=38.96%
B=45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771872160.640.1300.15192.5264.0657.45
Hex4DBBD840D0Fc14039
Octal1152733301001501730110071
Binary100110110111011110110001000000110101111110000011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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