Html Css Color HEX #4D4CAD Rich Blue

📋 copy color: '#4D4CAD'

red 77 ◦ green 76 ◦ blue 173

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

Shades of Rich Blue #4D4CAD

Tints of Rich Blue #4D4CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

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

R = 23.62%
G = 23.31%
B = 53.07%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D4CAD (or 0x4D4CAD) is known color: Rich Blue. HEX triplet: 4D, 4C and AD. RGB value is (77,76,173). Sum of RGB (Red+Green+Blue) = 77+76+173=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4CAD is #B2B352. Grayscale: #565656. Windows color (decimal): -11711315 or 11357261. OLE color: 11357261.

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

Color convert

RGB 77 76 173 -
CMYK 0.55 0.56 0 0.32
HSL 240.62º 0.39% 0.49% -
HSV(B) 240.62º 0.56% 0.68% -
XYZ 13.19 9.76 40.72 -
YUV 87.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 77 76 173 0.55 0.56 0 0.32 240.62 0.39 0.49
Hex 4D 4C AD 37 38 0 20 F1 27 31
Octal 115 114 255 67 70 0 40 361 47 61
Binary 1001101 1001100 10101101 110111 111000 0 100000 11110001 100111 110001

Color Harmonies of #4D4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4CAD

Black with #4D4CAD

Text Example


Text Example

White with #4D4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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