Html Css Color HEX #4D3FAD Rich Blue

📋 copy color: '#4D3FAD'

red 77 ◦ green 63 ◦ blue 173

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

Shades of Rich Blue #4D3FAD

Tints of Rich Blue #4D3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 24.6%
G = 20.13%
B = 55.27%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D3FAD (or 0x4D3FAD) is known color: Rich Blue. HEX triplet: 4D, 3F and AD. RGB value is (77,63,173). Sum of RGB (Red+Green+Blue) = 77+63+173=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3FAD is #B2C052. Grayscale: #4F4F4F. Windows color (decimal): -11714643 or 11353933. OLE color: 11353933.

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

Color convert

RGB 77 63 173 -
CMYK 0.55 0.64 0 0.32
HSL 247.64º 0.47% 0.46% -
HSV(B) 247.64º 0.64% 0.68% -
XYZ 12.38 8.15 40.46 -
YUV 79.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 77 63 173 0.55 0.64 0 0.32 247.64 0.47 0.46
Hex 4D 3F AD 37 40 0 20 F8 2F 2E
Octal 115 77 255 67 100 0 40 370 57 56
Binary 1001101 111111 10101101 110111 1000000 0 100000 11111000 101111 101110

Color Harmonies of #4D3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FAD

Black with #4D3FAD

Text Example


Text Example

White with #4D3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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