Html Css Color HEX #4D3FBA Rich Blue

📋 copy color: '#4D3FBA'

red 77 ◦ green 63 ◦ blue 186

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

Shades of Rich Blue #4D3FBA

Tints of Rich Blue #4D3FBA

RGB

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

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

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

R = 23.62%
G = 19.33%
B = 57.06%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D3FBA (or 0x4D3FBA) is known color: Rich Blue. HEX triplet: 4D, 3F and BA. RGB value is (77,63,186). Sum of RGB (Red+Green+Blue) = 77+63+186=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D3FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FBA is #B2C045. Grayscale: #505050. Windows color (decimal): -11714630 or 12205901. OLE color: 12205901.

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

Color convert

RGB 77 63 186 -
CMYK 0.59 0.66 0 0.27
HSL 246.83º 0.49% 0.49% -
HSV(B) 246.83º 0.66% 0.73% -
XYZ 13.7 8.68 47.41 -
YUV 81.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 77 63 186 0.59 0.66 0 0.27 246.83 0.49 0.49
Hex 4D 3F BA 3B 42 0 1B F7 31 31
Octal 115 77 272 73 102 0 33 367 61 61
Binary 1001101 111111 10111010 111011 1000010 0 11011 11110111 110001 110001

Color Harmonies of #4D3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FBA

Black with #4D3FBA

Text Example


Text Example

White with #4D3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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