Html Css Color HEX #4D3EAF Rich Blue

📋 copy color: '#4D3EAF'

red 77 ◦ green 62 ◦ blue 175

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

Shades of Rich Blue #4D3EAF

Tints of Rich Blue #4D3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 24.52%
G = 19.75%
B = 55.73%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D3EAF (or 0x4D3EAF) is known color: Rich Blue. HEX triplet: 4D, 3E and AF. RGB value is (77,62,175). Sum of RGB (Red+Green+Blue) = 77+62+175=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3EAF is #B2C150. Grayscale: #4E4E4E. Windows color (decimal): -11714897 or 11484749. OLE color: 11484749.

HSL color Cylindrical-coordinate representation of color #4D3EAF: hue angle of 247.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3EAF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 62 175 -
CMYK 0.56 0.65 0 0.31
HSL 247.96º 0.48% 0.46% -
HSV(B) 247.96º 0.65% 0.69% -
XYZ 12.52 8.12 41.46 -
YUV 79.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 77 62 175 0.56 0.65 0 0.31 247.96 0.48 0.46
Hex 4D 3E AF 38 41 0 1F F8 30 2E
Octal 115 76 257 70 101 0 37 370 60 56
Binary 1001101 111110 10101111 111000 1000001 0 11111 11111000 110000 101110

Color Harmonies of #4D3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EAF

Black with #4D3EAF

Text Example


Text Example

White with #4D3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,62,175); }

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

background-color css

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

 a { background-color: rgb(77,62,175); }

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

border-color css

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

 span { border-color: rgb(77,62,175); }

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