Html Css Color HEX #4B3AAA Blue Gem

📋 copy color: '#4B3AAA'

red 75 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #4B3AAA

Tints of Blue Gem #4B3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 24.75%
G = 19.14%
B = 56.11%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B3AAA (or 0x4B3AAA) is known color: Blue Gem. HEX triplet: 4B, 3A and AA. RGB value is (75,58,170). Sum of RGB (Red+Green+Blue) = 75+58+170=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3AAA is #B4C555. Grayscale: #4B4B4B. Windows color (decimal): -11846998 or 11156043. OLE color: 11156043.

HSL color Cylindrical-coordinate representation of color #4B3AAA: hue angle of 249.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B3AAA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 58 170 -
CMYK 0.56 0.66 0 0.33
HSL 249.11º 0.49% 0.45% -
HSV(B) 249.11º 0.66% 0.67% -
XYZ 11.67 7.42 38.85 -
YUV 75.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 75 58 170 0.56 0.66 0 0.33 249.11 0.49 0.45
Hex 4B 3A AA 38 42 0 21 F9 31 2D
Octal 113 72 252 70 102 0 41 371 61 55
Binary 1001011 111010 10101010 111000 1000010 0 100001 11111001 110001 101101

Color Harmonies of #4B3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3AAA

Black with #4B3AAA

Text Example


Text Example

White with #4B3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,58,170); }

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

background-color css

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

 a { background-color: rgb(75,58,170); }

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

border-color css

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

 span { border-color: rgb(75,58,170); }

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