Html Css Color HEX #4B4AAE Rich Blue

📋 copy color: '#4B4AAE'

red 75 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #4B4AAE

Tints of Rich Blue #4B4AAE

RGB

 RED value IS 75 (29.69% from 255) = 23.22%

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

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

R = 23.22%
G = 22.91%
B = 53.87%

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

#4B4AAE (or 0x4B4AAE) is known color: Rich Blue. HEX triplet: 4B, 4A and AE. RGB value is (75,74,174). Sum of RGB (Red+Green+Blue) = 75+74+174=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4AAE is #B4B551. Grayscale: #555555. Windows color (decimal): -11842898 or 11422283. OLE color: 11422283.

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

Color convert

RGB 75 74 174 -
CMYK 0.57 0.57 0 0.32
HSL 240.6º 0.4% 0.49% -
HSV(B) 240.6º 0.57% 0.68% -
XYZ 12.99 9.45 41.18 -
YUV 85.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 75 74 174 0.57 0.57 0 0.32 240.6 0.4 0.49
Hex 4B 4A AE 39 39 0 20 F1 28 31
Octal 113 112 256 71 71 0 40 361 50 61
Binary 1001011 1001010 10101110 111001 111001 0 100000 11110001 101000 110001

Color Harmonies of #4B4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4AAE

Black with #4B4AAE

Text Example


Text Example

White with #4B4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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