Html Css Color HEX #4D55A9 Rich Blue

📋 copy color: '#4D55A9'

red 77 ◦ green 85 ◦ blue 169

#4D55A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #4D55A9

Tints of Rich Blue #4D55A9

RGB

 RED value IS 77 (30.47% from 255) = 23.26%

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 169 (66.41% from 255) = 51.06%

R = 23.26%
G = 25.68%
B = 51.06%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4D55A9 (or 0x4D55A9) is known color: Rich Blue. HEX triplet: 4D, 55 and A9. RGB value is (77,85,169). Sum of RGB (Red+Green+Blue) = 77+85+169=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D55A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D55A9 is #B2AA56. Grayscale: #5B5B5B. Windows color (decimal): -11709015 or 11097421. OLE color: 11097421.

HSL color Cylindrical-coordinate representation of color #4D55A9: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D55A9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 85 169 -
CMYK 0.54 0.50 0 0.34
HSL 234.78º 0.37% 0.48% -
HSV(B) 234.78º 0.54% 0.66% -
XYZ 13.47 10.94 38.94 -
YUV 92.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 77 85 169 0.54 0.50 0 0.34 234.78 0.37 0.48
Hex 4D 55 A9 36 32 0 22 EB 25 30
Octal 115 125 251 66 62 0 42 353 45 60
Binary 1001101 1010101 10101001 110110 110010 0 100010 11101011 100101 110000

Color Harmonies of #4D55A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55A9

Black with #4D55A9

Text Example


Text Example

White with #4D55A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,169); }

 H1.HeaderClassName
 {
   color: #4D55A9;
 }
 .AnyTagClassName
 {
   color: #4D55A9;
 }
</style>

background-color css

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

 a { background-color: rgb(77,85,169); }

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

border-color css

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

 span { border-color: rgb(77,85,169); }

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