#4D3FBD

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

Shades of Rich Blue #4D3FBD

Tints of Rich Blue #4D3FBD

Color information

#4D3FBD (or 0x4D3FBD) is unknown color: approx Rich Blue. HEX triplet: 4D, 3F and BD. RGB value is (77,63,189). Sum of RGB (Red+Green+Blue) = 77+63+189=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FBD is #B2C042. Grayscale: #515151. Windows color (decimal): -11714627 or 12402509. OLE color: 12402509.

HSL color Cylindrical-coordinate representation of color #4D3FBD: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3FBD is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7763189-
CMYK0.590.6700.26
HSL246.67º50%49.41%-
HSV(B)246.67º66.67%74.12%-
XYZ14.028.8149.1-
YUV81.55188.64124.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.40%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=23.40%
G=19.15%
B=57.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal77631890.590.6700.26246.675049.41
Hex4D3FBD3B4301Af73231
Octal11577275731030323676261
Binary100110111111110111101111011100001101101011110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,63,189); }

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

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

 a { background-color: rgb(77,63,189); }

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

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

 span { border-color: rgb(77,63,189); }

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