Html Css Color HEX #4D5BAA Rich Blue

📋 copy color: '#4D5BAA'

red 77 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #4D5BAA

Tints of Rich Blue #4D5BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

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

R = 22.78%
G = 26.92%
B = 50.3%

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

#4D5BAA (or 0x4D5BAA) is known color: Rich Blue. HEX triplet: 4D, 5B and AA. RGB value is (77,91,170). Sum of RGB (Red+Green+Blue) = 77+91+170=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5BAA is #B2A455. Grayscale: #5F5F5F. Windows color (decimal): -11707478 or 11164493. OLE color: 11164493.

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

Color convert

RGB 77 91 170 -
CMYK 0.55 0.46 0 0.33
HSL 230.97º 0.38% 0.48% -
HSV(B) 230.97º 0.55% 0.67% -
XYZ 14.06 11.96 39.6 -
YUV 95.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 77 91 170 0.55 0.46 0 0.33 230.97 0.38 0.48
Hex 4D 5B AA 37 2E 0 21 E7 26 30
Octal 115 133 252 67 56 0 41 347 46 60
Binary 1001101 1011011 10101010 110111 101110 0 100001 11100111 100110 110000

Color Harmonies of #4D5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BAA

Black with #4D5BAA

Text Example


Text Example

White with #4D5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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