Html Css Color HEX #4D3FAF Rich Blue

📋 copy color: '#4D3FAF'

red 77 ◦ green 63 ◦ blue 175

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

Shades of Rich Blue #4D3FAF

Tints of Rich Blue #4D3FAF

RGB

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

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

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

R = 24.44%
G = 20%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D3FAF (or 0x4D3FAF) is known color: Rich Blue. HEX triplet: 4D, 3F and AF. RGB value is (77,63,175). Sum of RGB (Red+Green+Blue) = 77+63+175=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3FAF is #B2C050. Grayscale: #4F4F4F. Windows color (decimal): -11714641 or 11485005. OLE color: 11485005.

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

Color convert

RGB 77 63 175 -
CMYK 0.56 0.64 0 0.31
HSL 247.5º 0.47% 0.47% -
HSV(B) 247.5º 0.64% 0.69% -
XYZ 12.58 8.23 41.48 -
YUV 79.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 77 63 175 0.56 0.64 0 0.31 247.5 0.47 0.47
Hex 4D 3F AF 38 40 0 1F F8 2F 2F
Octal 115 77 257 70 100 0 37 370 57 57
Binary 1001101 111111 10101111 111000 1000000 0 11111 11111000 101111 101111

Color Harmonies of #4D3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FAF

Black with #4D3FAF

Text Example


Text Example

White with #4D3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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