Html Css Color HEX #4D40BA Rich Blue

📋 copy color: '#4D40BA'

red 77 ◦ green 64 ◦ blue 186

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

Shades of Rich Blue #4D40BA

Tints of Rich Blue #4D40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 23.55%
G = 19.57%
B = 56.88%

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

#4D40BA (or 0x4D40BA) is known color: Rich Blue. HEX triplet: 4D, 40 and BA. RGB value is (77,64,186). Sum of RGB (Red+Green+Blue) = 77+64+186=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40BA is #B2BF45. Grayscale: #515151. Windows color (decimal): -11714374 or 12206157. OLE color: 12206157.

HSL color Cylindrical-coordinate representation of color #4D40BA: hue angle of 246.39º 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 #4D40BA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 64 186 -
CMYK 0.59 0.66 0 0.27
HSL 246.39º 0.49% 0.49% -
HSV(B) 246.39º 0.66% 0.73% -
XYZ 13.76 8.79 47.43 -
YUV 81.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 77 64 186 0.59 0.66 0 0.27 246.39 0.49 0.49
Hex 4D 40 BA 3B 42 0 1B F6 31 31
Octal 115 100 272 73 102 0 33 366 61 61
Binary 1001101 1000000 10111010 111011 1000010 0 11011 11110110 110001 110001

Color Harmonies of #4D40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D40BA

Black with #4D40BA

Text Example


Text Example

White with #4D40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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