Html Css Color HEX #4A5AAE Rich Blue

📋 copy color: '#4A5AAE'

red 74 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #4A5AAE

Tints of Rich Blue #4A5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 21.89%
G = 26.63%
B = 51.48%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A5AAE (or 0x4A5AAE) is known color: Rich Blue. HEX triplet: 4A, 5A and AE. RGB value is (74,90,174). Sum of RGB (Red+Green+Blue) = 74+90+174=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5AAE is #B5A551. Grayscale: #5E5E5E. Windows color (decimal): -11904338 or 11426378. OLE color: 11426378.

HSL color Cylindrical-coordinate representation of color #4A5AAE: hue angle of 230.4º 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 #4A5AAE is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 90 174 -
CMYK 0.57 0.48 0 0.32
HSL 230.4º 0.4% 0.49% -
HSV(B) 230.4º 0.57% 0.68% -
XYZ 14.12 11.82 41.58 -
YUV 94.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 74 90 174 0.57 0.48 0 0.32 230.4 0.4 0.49
Hex 4A 5A AE 39 30 0 20 E6 28 31
Octal 112 132 256 71 60 0 40 346 50 61
Binary 1001010 1011010 10101110 111001 110000 0 100000 11100110 101000 110001

Color Harmonies of #4A5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5AAE

Black with #4A5AAE

Text Example


Text Example

White with #4A5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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