Html Css Color HEX #4D54A9 Rich Blue

📋 copy color: '#4D54A9'

red 77 ◦ green 84 ◦ blue 169

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

Shades of Rich Blue #4D54A9

Tints of Rich Blue #4D54A9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 23.33%
G = 25.45%
B = 51.21%

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

#4D54A9 (or 0x4D54A9) is known color: Rich Blue. HEX triplet: 4D, 54 and A9. RGB value is (77,84,169). Sum of RGB (Red+Green+Blue) = 77+84+169=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D54A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D54A9 is #B2AB56. Grayscale: #5B5B5B. Windows color (decimal): -11709271 or 11097165. OLE color: 11097165.

HSL color Cylindrical-coordinate representation of color #4D54A9: hue angle of 235.43º 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 #4D54A9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 84 169 -
CMYK 0.54 0.50 0 0.34
HSL 235.43º 0.37% 0.48% -
HSV(B) 235.43º 0.54% 0.66% -
XYZ 13.39 10.78 38.91 -
YUV 91.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 77 84 169 0.54 0.50 0 0.34 235.43 0.37 0.48
Hex 4D 54 A9 36 32 0 22 EB 25 30
Octal 115 124 251 66 62 0 42 353 45 60
Binary 1001101 1010100 10101001 110110 110010 0 100010 11101011 100101 110000

Color Harmonies of #4D54A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54A9

Black with #4D54A9

Text Example


Text Example

White with #4D54A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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