#4DB9D5

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

Shades of Viking #4DB9D5

Tints of Viking #4DB9D5

Color information

#4DB9D5 (or 0x4DB9D5) is unknown color: approx Viking. HEX triplet: 4D, B9 and D5. RGB value is (77,185,213). Sum of RGB (Red+Green+Blue) = 77+185+213=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #4DB9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9D5 is #B2462A. Grayscale: #9B9B9B. Windows color (decimal): -11683371 or 14006605. OLE color: 14006605.

HSL color Cylindrical-coordinate representation of color #4DB9D5: hue angle of 192.35º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DB9D5 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77185213-
CMYK0.640.1300.16
HSL192.35º61.82%56.86%-
HSV(B)192.35º63.85%83.53%-
XYZ32.4241.0869.17-
YUV155.9160.2271.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.21%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=16.21%
G=38.95%
B=44.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771852130.640.1300.16192.3561.8256.86
Hex4DB9D540D010c03e39
Octal115271325100150203007671
Binary100110110111001110101011000000110101000011000000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,185,213); }

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

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

 a { background-color: rgb(77,185,213); }

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

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

 span { border-color: rgb(77,185,213); }

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