Html Css Color HEX #4B3599 Blue Gem

📋 copy color: '#4B3599'

red 75 ◦ green 53 ◦ blue 153

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

Shades of Blue Gem #4B3599

Tints of Blue Gem #4B3599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 153 (60.16% from 255) = 54.45%

R = 26.69%
G = 18.86%
B = 54.45%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B3599 (or 0x4B3599) is known color: Blue Gem. HEX triplet: 4B, 35 and 99. RGB value is (75,53,153). Sum of RGB (Red+Green+Blue) = 75+53+153=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3599 is #B4CA66. Grayscale: #464646. Windows color (decimal): -11848295 or 10040651. OLE color: 10040651.

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

Color convert

RGB 75 53 153 -
CMYK 0.51 0.65 0 0.4
HSL 253.2º 0.49% 0.4% -
HSV(B) 253.2º 0.65% 0.6% -
XYZ 9.92 6.34 30.84 -
YUV 70.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 75 53 153 0.51 0.65 0 0.4 253.2 0.49 0.4
Hex 4B 35 99 33 41 0 28 FD 31 28
Octal 113 65 231 63 101 0 50 375 61 50
Binary 1001011 110101 10011001 110011 1000001 0 101000 11111101 110001 101000

Color Harmonies of #4B3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3599

Black with #4B3599

Text Example


Text Example

White with #4B3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,153); }

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

background-color css

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

 a { background-color: rgb(75,53,153); }

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

border-color css

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

 span { border-color: rgb(75,53,153); }

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