#4D4BAD

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

Shades of Rich Blue #4D4BAD

Tints of Rich Blue #4D4BAD

Color information

#4D4BAD (or 0x4D4BAD) is unknown color: approx Rich Blue. HEX triplet: 4D, 4B and AD. RGB value is (77,75,173). Sum of RGB (Red+Green+Blue) = 77+75+173=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4BAD is #B2B452. Grayscale: #565656. Windows color (decimal): -11711571 or 11357005. OLE color: 11357005.

HSL color Cylindrical-coordinate representation of color #4D4BAD: hue angle of 241.22º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4BAD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7775173-
CMYK0.550.5700.32
HSL241.22º39.52%48.63%-
HSV(B)241.22º56.65%67.84%-
XYZ13.129.6340.7-
YUV86.77176.66121.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=23.69%
G=23.08%
B=53.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77751730.550.5700.32241.2239.5248.63
Hex4D4BAD3739020f12831
Octal11511325567710403615061
Binary1001101100101110101101110111111001010000011110001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,173); }

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

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

 a { background-color: rgb(77,75,173); }

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

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

 span { border-color: rgb(77,75,173); }

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