Html Css Color HEX #4B415F Meteorite

📋 copy color: '#4B415F'

red 75 ◦ green 65 ◦ blue 95

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

Shades of Meteorite #4B415F

Tints of Meteorite #4B415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B415F (or 0x4B415F) is known color: Meteorite. HEX triplet: 4B, 41 and 5F. RGB value is (75,65,95). Sum of RGB (Red+Green+Blue) = 75+65+95=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415F is #B4BEA0. Grayscale: #474747. Windows color (decimal): -11845281 or 6242635. OLE color: 6242635.

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

Color convert

RGB 75 65 95 -
CMYK 0.21 0.32 0 0.63
HSL 260º 0.19% 0.31% -
HSV(B) 260º 0.32% 0.37% -
XYZ 6.86 6.1 11.64 -
YUV 71.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 75 65 95 0.21 0.32 0 0.63 260 0.19 0.31
Hex 4B 41 5F 15 20 0 3F 104 13 1F
Octal 113 101 137 25 40 0 77 404 23 37
Binary 1001011 1000001 1011111 10101 100000 0 111111 100000100 10011 11111

Color Harmonies of #4B415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B415F

Black with #4B415F

Text Example


Text Example

White with #4B415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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