#4D91BF

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

Shades of Danube #4D91BF

Tints of Danube #4D91BF

Color information

#4D91BF (or 0x4D91BF) is unknown color: approx Danube. HEX triplet: 4D, 91 and BF. RGB value is (77,145,191). Sum of RGB (Red+Green+Blue) = 77+145+191=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D91BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D91BF is #B26E40. Grayscale: #818181. Windows color (decimal): -11693633 or 12554573. OLE color: 12554573.

HSL color Cylindrical-coordinate representation of color #4D91BF: hue angle of 204.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D91BF is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77145191-
CMYK0.600.2400.25
HSL204.21º47.11%52.55%-
HSV(B)204.21º59.69%74.9%-
XYZ22.5925.5953.04-
YUV129.91162.4790.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.64%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 191 (75% from 255) = 46.25%
R=18.64%
G=35.11%
B=46.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771451910.600.2400.25204.2147.1152.55
Hex4D91BF3C18019cc2f35
Octal11522127774300313145765
Binary100110110010001101111111111001100001100111001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D91BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,145,191); }

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

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

 a { background-color: rgb(77,145,191); }

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

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

 span { border-color: rgb(77,145,191); }

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