#4DB7CF

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

Shades of Viking #4DB7CF

Tints of Viking #4DB7CF

Color information

#4DB7CF (or 0x4DB7CF) is unknown color: approx Viking. HEX triplet: 4D, B7 and CF. RGB value is (77,183,207). Sum of RGB (Red+Green+Blue) = 77+183+207=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7CF is #B24830. Grayscale: #999999. Windows color (decimal): -11683889 or 13612877. OLE color: 13612877.

HSL color Cylindrical-coordinate representation of color #4DB7CF: hue angle of 191.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB7CF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB77183207-
CMYK0.630.1200.19
HSL191.08º57.52%55.69%-
HSV(B)191.08º62.8%81.18%-
XYZ31.2639.9565.1-
YUV154.04157.8873.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.49%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=16.49%
G=39.19%
B=44.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal771832070.630.1200.19191.0857.5255.69
Hex4DB7CF3FC013bf3a38
Octal11526731777140232777270
Binary10011011011011111001111111111110001001110111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,183,207); }

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

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

 a { background-color: rgb(77,183,207); }

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

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

 span { border-color: rgb(77,183,207); }

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