Html Css Color HEX #4D4BAE Rich Blue

📋 copy color: '#4D4BAE'

red 77 ◦ green 75 ◦ blue 174

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

Shades of Rich Blue #4D4BAE

Tints of Rich Blue #4D4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 23.62%
G = 23.01%
B = 53.37%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D4BAE (or 0x4D4BAE) is known color: Rich Blue. HEX triplet: 4D, 4B and AE. RGB value is (77,75,174). Sum of RGB (Red+Green+Blue) = 77+75+174=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4BAE is #B2B451. Grayscale: #565656. Windows color (decimal): -11711570 or 11422541. OLE color: 11422541.

HSL color Cylindrical-coordinate representation of color #4D4BAE: hue angle of 241.21º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4BAE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 75 174 -
CMYK 0.56 0.57 0 0.32
HSL 241.21º 0.4% 0.49% -
HSV(B) 241.21º 0.57% 0.68% -
XYZ 13.22 9.67 41.21 -
YUV 86.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 77 75 174 0.56 0.57 0 0.32 241.21 0.4 0.49
Hex 4D 4B AE 38 39 0 20 F1 28 31
Octal 115 113 256 70 71 0 40 361 50 61
Binary 1001101 1001011 10101110 111000 111001 0 100000 11110001 101000 110001

Color Harmonies of #4D4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4BAE

Black with #4D4BAE

Text Example


Text Example

White with #4D4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,174); }

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

background-color css

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

 a { background-color: rgb(77,75,174); }

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

border-color css

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

 span { border-color: rgb(77,75,174); }

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