Html Css Color HEX #4D4EBA Rich Blue

📋 copy color: '#4D4EBA'

red 77 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #4D4EBA

Tints of Rich Blue #4D4EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

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

R = 22.58%
G = 22.87%
B = 54.55%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D4EBA (or 0x4D4EBA) is known color: Rich Blue. HEX triplet: 4D, 4E and BA. RGB value is (77,78,186). Sum of RGB (Red+Green+Blue) = 77+78+186=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4EBA is #B2B145. Grayscale: #595959. Windows color (decimal): -11710790 or 12209741. OLE color: 12209741.

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

Color convert

RGB 77 78 186 -
CMYK 0.59 0.58 0 0.27
HSL 239.45º 0.44% 0.52% -
HSV(B) 239.45º 0.59% 0.73% -
XYZ 14.65 10.57 47.72 -
YUV 90.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 77 78 186 0.59 0.58 0 0.27 239.45 0.44 0.52
Hex 4D 4E BA 3B 3A 0 1B EF 2C 34
Octal 115 116 272 73 72 0 33 357 54 64
Binary 1001101 1001110 10111010 111011 111010 0 11011 11101111 101100 110100

Color Harmonies of #4D4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4EBA

Black with #4D4EBA

Text Example


Text Example

White with #4D4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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