Html Css Color HEX #4D5DAA Rich Blue

📋 copy color: '#4D5DAA'

red 77 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #4D5DAA

Tints of Rich Blue #4D5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 22.65%
G = 27.35%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D5DAA (or 0x4D5DAA) is known color: Rich Blue. HEX triplet: 4D, 5D and AA. RGB value is (77,93,170). Sum of RGB (Red+Green+Blue) = 77+93+170=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D5DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5DAA is #B2A255. Grayscale: #606060. Windows color (decimal): -11706966 or 11165005. OLE color: 11165005.

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

Color convert

RGB 77 93 170 -
CMYK 0.55 0.45 0 0.33
HSL 229.68º 0.38% 0.48% -
HSV(B) 229.68º 0.55% 0.67% -
XYZ 14.23 12.31 39.66 -
YUV 96.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 77 93 170 0.55 0.45 0 0.33 229.68 0.38 0.48
Hex 4D 5D AA 37 2D 0 21 E6 26 30
Octal 115 135 252 67 55 0 41 346 46 60
Binary 1001101 1011101 10101010 110111 101101 0 100001 11100110 100110 110000

Color Harmonies of #4D5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5DAA

Black with #4D5DAA

Text Example


Text Example

White with #4D5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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