Html Css Color HEX #4D5CAA Rich Blue

📋 copy color: '#4D5CAA'

red 77 ◦ green 92 ◦ blue 170

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

Shades of Rich Blue #4D5CAA

Tints of Rich Blue #4D5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 22.71%
G = 27.14%
B = 50.15%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D5CAA (or 0x4D5CAA) is known color: Rich Blue. HEX triplet: 4D, 5C and AA. RGB value is (77,92,170). Sum of RGB (Red+Green+Blue) = 77+92+170=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5CAA is #B2A355. Grayscale: #606060. Windows color (decimal): -11707222 or 11164749. OLE color: 11164749.

HSL color Cylindrical-coordinate representation of color #4D5CAA: hue angle of 230.32º 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 #4D5CAA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 92 170 -
CMYK 0.55 0.46 0 0.33
HSL 230.32º 0.38% 0.48% -
HSV(B) 230.32º 0.55% 0.67% -
XYZ 14.14 12.13 39.63 -
YUV 96.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 77 92 170 0.55 0.46 0 0.33 230.32 0.38 0.48
Hex 4D 5C AA 37 2E 0 21 E6 26 30
Octal 115 134 252 67 56 0 41 346 46 60
Binary 1001101 1011100 10101010 110111 101110 0 100001 11100110 100110 110000

Color Harmonies of #4D5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CAA

Black with #4D5CAA

Text Example


Text Example

White with #4D5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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