Html Css Color HEX #4B375F Meteorite

📋 copy color: '#4B375F'

red 75 ◦ green 55 ◦ blue 95

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

Shades of Meteorite #4B375F

Tints of Meteorite #4B375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 33.33%
G = 24.44%
B = 42.22%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B375F (or 0x4B375F) is known color: Meteorite. HEX triplet: 4B, 37 and 5F. RGB value is (75,55,95). Sum of RGB (Red+Green+Blue) = 75+55+95=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B375F is #B4C8A0. Grayscale: #414141. Windows color (decimal): -11847841 or 6240075. OLE color: 6240075.

HSL color Cylindrical-coordinate representation of color #4B375F: hue angle of 270º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B375F is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 55 95 -
CMYK 0.21 0.42 0 0.63
HSL 270º 0.27% 0.29% -
HSV(B) 270º 0.42% 0.37% -
XYZ 6.33 5.05 11.47 -
YUV 65.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 75 55 95 0.21 0.42 0 0.63 270 0.27 0.29
Hex 4B 37 5F 15 2A 0 3F 10E 1B 1D
Octal 113 67 137 25 52 0 77 416 33 35
Binary 1001011 110111 1011111 10101 101010 0 111111 100001110 11011 11101

Color Harmonies of #4B375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B375F

Black with #4B375F

Text Example


Text Example

White with #4B375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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