Html Css Color HEX #4D3EBD Rich Blue

📋 copy color: '#4D3EBD'

red 77 ◦ green 62 ◦ blue 189

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

Shades of Rich Blue #4D3EBD

Tints of Rich Blue #4D3EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 23.48%
G = 18.9%
B = 57.62%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D3EBD (or 0x4D3EBD) is known color: Rich Blue. HEX triplet: 4D, 3E and BD. RGB value is (77,62,189). Sum of RGB (Red+Green+Blue) = 77+62+189=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EBD is #B2C142. Grayscale: #505050. Windows color (decimal): -11714883 or 12402253. OLE color: 12402253.

HSL color Cylindrical-coordinate representation of color #4D3EBD: hue angle of 247.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3EBD is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 62 189 -
CMYK 0.59 0.67 0 0.26
HSL 247.09º 0.51% 0.49% -
HSV(B) 247.09º 0.67% 0.74% -
XYZ 13.97 8.7 49.09 -
YUV 80.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 77 62 189 0.59 0.67 0 0.26 247.09 0.51 0.49
Hex 4D 3E BD 3B 43 0 1A F7 33 31
Octal 115 76 275 73 103 0 32 367 63 61
Binary 1001101 111110 10111101 111011 1000011 0 11010 11110111 110011 110001

Color Harmonies of #4D3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EBD

Black with #4D3EBD

Text Example


Text Example

White with #4D3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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