#4D3DBB

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

Shades of Rich Blue #4D3DBB

Tints of Rich Blue #4D3DBB

Color information

#4D3DBB (or 0x4D3DBB) is unknown color: approx Rich Blue. HEX triplet: 4D, 3D and BB. RGB value is (77,61,187). Sum of RGB (Red+Green+Blue) = 77+61+187=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DBB is #B2C244. Grayscale: #4F4F4F. Windows color (decimal): -11715141 or 12270925. OLE color: 12270925.

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

Color convert

RGB7761187-
CMYK0.590.6700.27
HSL247.62º50.81%48.63%-
HSV(B)247.62º67.38%73.33%-
XYZ13.78.547.93-
YUV80.15188.3125.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=23.69%
G=18.77%
B=57.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77611870.590.6700.27247.6250.8148.63
Hex4D3DBB3B4301Bf83331
Octal11575273731030333706361
Binary100110111110110111011111011100001101101111111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,61,187); }

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

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

 a { background-color: rgb(77,61,187); }

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

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

 span { border-color: rgb(77,61,187); }

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