#4D4BB8

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

Shades of Rich Blue #4D4BB8

Tints of Rich Blue #4D4BB8

Color information

#4D4BB8 (or 0x4D4BB8) is unknown color: approx Rich Blue. HEX triplet: 4D, 4B and B8. RGB value is (77,75,184). Sum of RGB (Red+Green+Blue) = 77+75+184=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #4D4BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BB8 is #B2B447. Grayscale: #575757. Windows color (decimal): -11711560 or 12077901. OLE color: 12077901.

HSL color Cylindrical-coordinate representation of color #4D4BB8: hue angle of 241.1º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D4BB8 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7775184-
CMYK0.580.5900.28
HSL241.1º43.43%50.78%-
HSV(B)241.1º59.24%72.16%-
XYZ14.2310.0746.54-
YUV88.02182.16120.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 184 (72.27% from 255) = 54.76%
R=22.92%
G=22.32%
B=54.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal77751840.580.5900.28241.143.4350.78
Hex4D4BB83A3B01Cf12b33
Octal11511327072730343615363
Binary100110110010111011100011101011101101110011110001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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