Html Css Color HEX #4D3EBA Rich Blue

📋 copy color: '#4D3EBA'

red 77 ◦ green 62 ◦ blue 186

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

Shades of Rich Blue #4D3EBA

Tints of Rich Blue #4D3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 23.69%
G = 19.08%
B = 57.23%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D3EBA (or 0x4D3EBA) is known color: Rich Blue. HEX triplet: 4D, 3E and BA. RGB value is (77,62,186). Sum of RGB (Red+Green+Blue) = 77+62+186=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EBA is #B2C145. Grayscale: #505050. Windows color (decimal): -11714886 or 12205645. OLE color: 12205645.

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

Color convert

RGB 77 62 186 -
CMYK 0.59 0.67 0 0.27
HSL 247.26º 0.5% 0.49% -
HSV(B) 247.26º 0.67% 0.73% -
XYZ 13.65 8.57 47.39 -
YUV 80.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 77 62 186 0.59 0.67 0 0.27 247.26 0.5 0.49
Hex 4D 3E BA 3B 43 0 1B F7 32 31
Octal 115 76 272 73 103 0 33 367 62 61
Binary 1001101 111110 10111010 111011 1000011 0 11011 11110111 110010 110001

Color Harmonies of #4D3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EBA

Black with #4D3EBA

Text Example


Text Example

White with #4D3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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