Html Css Color HEX #4D5BAD Rich Blue

📋 copy color: '#4D5BAD'

red 77 ◦ green 91 ◦ blue 173

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

Shades of Rich Blue #4D5BAD

Tints of Rich Blue #4D5BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 22.58%
G = 26.69%
B = 50.73%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D5BAD (or 0x4D5BAD) is known color: Rich Blue. HEX triplet: 4D, 5B and AD. RGB value is (77,91,173). Sum of RGB (Red+Green+Blue) = 77+91+173=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5BAD is #B2A452. Grayscale: #5F5F5F. Windows color (decimal): -11707475 or 11361101. OLE color: 11361101.

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

Color convert

RGB 77 91 173 -
CMYK 0.55 0.47 0 0.32
HSL 231.25º 0.38% 0.49% -
HSV(B) 231.25º 0.55% 0.68% -
XYZ 14.34 12.08 41.11 -
YUV 96.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 77 91 173 0.55 0.47 0 0.32 231.25 0.38 0.49
Hex 4D 5B AD 37 2F 0 20 E7 26 31
Octal 115 133 255 67 57 0 40 347 46 61
Binary 1001101 1011011 10101101 110111 101111 0 100000 11100111 100110 110001

Color Harmonies of #4D5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BAD

Black with #4D5BAD

Text Example


Text Example

White with #4D5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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