Html Css Color HEX #4A51AD Rich Blue

📋 copy color: '#4A51AD'

red 74 ◦ green 81 ◦ blue 173

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

Shades of Rich Blue #4A51AD

Tints of Rich Blue #4A51AD

RGB

 RED value IS 74 (29.3% from 255) = 22.56%

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 22.56%
G = 24.7%
B = 52.74%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A51AD (or 0x4A51AD) is known color: Rich Blue. HEX triplet: 4A, 51 and AD. RGB value is (74,81,173). Sum of RGB (Red+Green+Blue) = 74+81+173=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A51AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A51AD is #B5AE52. Grayscale: #595959. Windows color (decimal): -11906643 or 11358538. OLE color: 11358538.

HSL color Cylindrical-coordinate representation of color #4A51AD: hue angle of 235.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A51AD is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 81 173 -
CMYK 0.57 0.53 0 0.32
HSL 235.76º 0.4% 0.48% -
HSV(B) 235.76º 0.57% 0.68% -
XYZ 13.31 10.36 40.83 -
YUV 89.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 74 81 173 0.57 0.53 0 0.32 235.76 0.4 0.48
Hex 4A 51 AD 39 35 0 20 EC 28 30
Octal 112 121 255 71 65 0 40 354 50 60
Binary 1001010 1010001 10101101 111001 110101 0 100000 11101100 101000 110000

Color Harmonies of #4A51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A51AD

Black with #4A51AD

Text Example


Text Example

White with #4A51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,81,173); }

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

background-color css

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

 a { background-color: rgb(74,81,173); }

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

border-color css

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

 span { border-color: rgb(74,81,173); }

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