#4D61B2

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

Shades of Rich Blue #4D61B2

Tints of Rich Blue #4D61B2

Color information

#4D61B2 (or 0x4D61B2) is unknown color: approx Rich Blue. HEX triplet: 4D, 61 and B2. RGB value is (77,97,178). Sum of RGB (Red+Green+Blue) = 77+97+178=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #4D61B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D61B2 is #B29E4D. Grayscale: #636363. Windows color (decimal): -11705934 or 11690317. OLE color: 11690317.

HSL color Cylindrical-coordinate representation of color #4D61B2: hue angle of 228.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D61B2 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7797178-
CMYK0.570.4600.30
HSL228.12º39.61%50%-
HSV(B)228.12º56.74%69.8%-
XYZ15.3713.3443.88-
YUV100.25171.87111.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.88%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 178 (69.92% from 255) = 50.57%
R=21.88%
G=27.56%
B=50.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77971780.570.4600.30228.1239.6150
Hex4D61B2392E01Ee42832
Octal11514126271560363445062
Binary100110111000011011001011100110111001111011100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D61B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,178); }

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

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

 a { background-color: rgb(77,97,178); }

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

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

 span { border-color: rgb(77,97,178); }

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