Html Css Color HEX #4D4DAA Rich Blue

📋 copy color: '#4D4DAA'

red 77 ◦ green 77 ◦ blue 170

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

Shades of Rich Blue #4D4DAA

Tints of Rich Blue #4D4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 23.77%
G = 23.77%
B = 52.47%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D4DAA (or 0x4D4DAA) is known color: Rich Blue. HEX triplet: 4D, 4D and AA. RGB value is (77,77,170). Sum of RGB (Red+Green+Blue) = 77+77+170=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4DAA is #B2B255. Grayscale: #575757. Windows color (decimal): -11711062 or 11160909. OLE color: 11160909.

HSL color Cylindrical-coordinate representation of color #4D4DAA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4DAA is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 77 170 -
CMYK 0.55 0.55 0 0.33
HSL 240º 0.38% 0.48% -
HSV(B) 240º 0.55% 0.67% -
XYZ 12.97 9.79 39.24 -
YUV 87.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 77 77 170 0.55 0.55 0 0.33 240 0.38 0.48
Hex 4D 4D AA 37 37 0 21 F0 26 30
Octal 115 115 252 67 67 0 41 360 46 60
Binary 1001101 1001101 10101010 110111 110111 0 100001 11110000 100110 110000

Color Harmonies of #4D4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4DAA

Black with #4D4DAA

Text Example


Text Example

White with #4D4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,77,170); }

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

background-color css

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

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

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

border-color css

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

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

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