Html Css Color HEX #4B4FAE Rich Blue

📋 copy color: '#4B4FAE'

red 75 ◦ green 79 ◦ blue 174

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

Shades of Rich Blue #4B4FAE

Tints of Rich Blue #4B4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 22.87%
G = 24.09%
B = 53.05%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B4FAE (or 0x4B4FAE) is known color: Rich Blue. HEX triplet: 4B, 4F and AE. RGB value is (75,79,174). Sum of RGB (Red+Green+Blue) = 75+79+174=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B4FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4FAE is #B4B051. Grayscale: #585858. Windows color (decimal): -11841618 or 11423563. OLE color: 11423563.

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

Color convert

RGB 75 79 174 -
CMYK 0.57 0.55 0 0.32
HSL 237.58º 0.4% 0.49% -
HSV(B) 237.58º 0.57% 0.68% -
XYZ 13.34 10.14 41.3 -
YUV 88.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 75 79 174 0.57 0.55 0 0.32 237.58 0.4 0.49
Hex 4B 4F AE 39 37 0 20 EE 28 31
Octal 113 117 256 71 67 0 40 356 50 61
Binary 1001011 1001111 10101110 111001 110111 0 100000 11101110 101000 110001

Color Harmonies of #4B4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4FAE

Black with #4B4FAE

Text Example


Text Example

White with #4B4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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