Html Css Color HEX #4A4AAE Rich Blue

📋 copy color: '#4A4AAE'

red 74 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #4A4AAE

Tints of Rich Blue #4A4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 22.98%
G = 22.98%
B = 54.04%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A4AAE (or 0x4A4AAE) is known color: Rich Blue. HEX triplet: 4A, 4A and AE. RGB value is (74,74,174). Sum of RGB (Red+Green+Blue) = 74+74+174=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4AAE is #B5B551. Grayscale: #555555. Windows color (decimal): -11908434 or 11422282. OLE color: 11422282.

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

Color convert

RGB 74 74 174 -
CMYK 0.57 0.57 0 0.32
HSL 240º 0.4% 0.49% -
HSV(B) 240º 0.57% 0.68% -
XYZ 12.91 9.41 41.18 -
YUV 85.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 74 74 174 0.57 0.57 0 0.32 240 0.4 0.49
Hex 4A 4A AE 39 39 0 20 F0 28 31
Octal 112 112 256 71 71 0 40 360 50 61
Binary 1001010 1001010 10101110 111001 111001 0 100000 11110000 101000 110001

Color Harmonies of #4A4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4AAE

Black with #4A4AAE

Text Example


Text Example

White with #4A4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,74,174); }

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

background-color css

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

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

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

border-color css

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

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

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