Html Css Color HEX #4B3773 Meteorite

📋 copy color: '#4B3773'

red 75 ◦ green 55 ◦ blue 115

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

Shades of Meteorite #4B3773

Tints of Meteorite #4B3773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 30.61%
G = 22.45%
B = 46.94%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B3773 (or 0x4B3773) is known color: Meteorite. HEX triplet: 4B, 37 and 73. RGB value is (75,55,115). Sum of RGB (Red+Green+Blue) = 75+55+115=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3773 is #B4C88C. Grayscale: #434343. Windows color (decimal): -11847821 or 7550795. OLE color: 7550795.

HSL color Cylindrical-coordinate representation of color #4B3773: hue angle of 260º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3773 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 55 115 -
CMYK 0.35 0.52 0 0.55
HSL 260º 0.35% 0.33% -
HSV(B) 260º 0.52% 0.45% -
XYZ 7.36 5.47 16.89 -
YUV 67.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 75 55 115 0.35 0.52 0 0.55 260 0.35 0.33
Hex 4B 37 73 23 34 0 37 104 23 21
Octal 113 67 163 43 64 0 67 404 43 41
Binary 1001011 110111 1110011 100011 110100 0 110111 100000100 100011 100001

Color Harmonies of #4B3773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3773

Black with #4B3773

Text Example


Text Example

White with #4B3773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,55,115); }

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

background-color css

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

 a { background-color: rgb(75,55,115); }

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

border-color css

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

 span { border-color: rgb(75,55,115); }

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