Html Css Color HEX #4D52AB Rich Blue

📋 copy color: '#4D52AB'

red 77 ◦ green 82 ◦ blue 171

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

Shades of Rich Blue #4D52AB

Tints of Rich Blue #4D52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 23.33%
G = 24.85%
B = 51.82%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D52AB (or 0x4D52AB) is known color: Rich Blue. HEX triplet: 4D, 52 and AB. RGB value is (77,82,171). Sum of RGB (Red+Green+Blue) = 77+82+171=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D52AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D52AB is #B2AD54. Grayscale: #5A5A5A. Windows color (decimal): -11709781 or 11227725. OLE color: 11227725.

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

Color convert

RGB 77 82 171 -
CMYK 0.55 0.52 0 0.33
HSL 236.81º 0.38% 0.49% -
HSV(B) 236.81º 0.55% 0.67% -
XYZ 13.43 10.55 39.86 -
YUV 90.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 77 82 171 0.55 0.52 0 0.33 236.81 0.38 0.49
Hex 4D 52 AB 37 34 0 21 ED 26 31
Octal 115 122 253 67 64 0 41 355 46 61
Binary 1001101 1010010 10101011 110111 110100 0 100001 11101101 100110 110001

Color Harmonies of #4D52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D52AB

Black with #4D52AB

Text Example


Text Example

White with #4D52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,171); }

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

background-color css

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

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

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

border-color css

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

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

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