Html Css Color HEX #4B5BAE Rich Blue

📋 copy color: '#4B5BAE'

red 75 ◦ green 91 ◦ blue 174

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

Shades of Rich Blue #4B5BAE

Tints of Rich Blue #4B5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 22.06%
G = 26.76%
B = 51.18%

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

#4B5BAE (or 0x4B5BAE) is known color: Rich Blue. HEX triplet: 4B, 5B and AE. RGB value is (75,91,174). Sum of RGB (Red+Green+Blue) = 75+91+174=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BAE is #B4A451. Grayscale: #5F5F5F. Windows color (decimal): -11838546 or 11426635. OLE color: 11426635.

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

Color convert

RGB 75 91 174 -
CMYK 0.57 0.48 0 0.32
HSL 230.3º 0.4% 0.49% -
HSV(B) 230.3º 0.57% 0.68% -
XYZ 14.28 12.03 41.61 -
YUV 95.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 75 91 174 0.57 0.48 0 0.32 230.3 0.4 0.49
Hex 4B 5B AE 39 30 0 20 E6 28 31
Octal 113 133 256 71 60 0 40 346 50 61
Binary 1001011 1011011 10101110 111001 110000 0 100000 11100110 101000 110001

Color Harmonies of #4B5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5BAE

Black with #4B5BAE

Text Example


Text Example

White with #4B5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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