#4DB8CD

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

Shades of Viking #4DB8CD

Tints of Viking #4DB8CD

Color information

#4DB8CD (or 0x4DB8CD) is unknown color: approx Viking. HEX triplet: 4D, B8 and CD. RGB value is (77,184,205). Sum of RGB (Red+Green+Blue) = 77+184+205=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8CD is #B24732. Grayscale: #9A9A9A. Windows color (decimal): -11683635 or 13482061. OLE color: 13482061.

HSL color Cylindrical-coordinate representation of color #4DB8CD: hue angle of 189.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB8CD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77184205-
CMYK0.620.1000.20
HSL189.84º56.14%55.29%-
HSV(B)189.84º62.44%80.39%-
XYZ31.2240.2763.88-
YUV154.4156.5572.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.52%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=16.52%
G=39.48%
B=43.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771842050.620.1000.20189.8456.1455.29
Hex4DB8CD3EA014be3837
Octal11527031576120242767067
Binary10011011011100011001101111110101001010010111110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,184,205); }

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

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

 a { background-color: rgb(77,184,205); }

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

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

 span { border-color: rgb(77,184,205); }

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