#4D91CA

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

Shades of Danube #4D91CA

Tints of Danube #4D91CA

Color information

#4D91CA (or 0x4D91CA) is unknown color: approx Danube. HEX triplet: 4D, 91 and CA. RGB value is (77,145,202). Sum of RGB (Red+Green+Blue) = 77+145+202=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D91CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D91CA is #B26E35. Grayscale: #828282. Windows color (decimal): -11693622 or 13275469. OLE color: 13275469.

HSL color Cylindrical-coordinate representation of color #4D91CA: hue angle of 207.36º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D91CA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77145202-
CMYK0.620.2800.21
HSL207.36º54.11%54.71%-
HSV(B)207.36º61.88%79.22%-
XYZ23.8526.0959.66-
YUV131.17167.9789.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.16%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=18.16%
G=34.20%
B=47.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771452020.620.2800.21207.3654.1154.71
Hex4D91CA3E1C015cf3637
Octal11522131276340253176667
Binary100110110010001110010101111101110001010111001111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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