Html Css Color HEX #4B4371 Meteorite

📋 copy color: '#4B4371'

red 75 ◦ green 67 ◦ blue 113

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

Shades of Meteorite #4B4371

Tints of Meteorite #4B4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 29.41%
G = 26.27%
B = 44.31%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B4371 (or 0x4B4371) is known color: Meteorite. HEX triplet: 4B, 43 and 71. RGB value is (75,67,113). Sum of RGB (Red+Green+Blue) = 75+67+113=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4371 is #B4BC8E. Grayscale: #4A4A4A. Windows color (decimal): -11844751 or 7422795. OLE color: 7422795.

HSL color Cylindrical-coordinate representation of color #4B4371: hue angle of 250.43º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B4371 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 67 113 -
CMYK 0.34 0.41 0 0.56
HSL 250.43º 0.26% 0.35% -
HSV(B) 250.43º 0.41% 0.44% -
XYZ 7.89 6.7 16.5 -
YUV 74.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 75 67 113 0.34 0.41 0 0.56 250.43 0.26 0.35
Hex 4B 43 71 22 29 0 38 FA 1A 23
Octal 113 103 161 42 51 0 70 372 32 43
Binary 1001011 1000011 1110001 100010 101001 0 111000 11111010 11010 100011

Color Harmonies of #4B4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4371

Black with #4B4371

Text Example


Text Example

White with #4B4371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,113); }

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

background-color css

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

 a { background-color: rgb(75,67,113); }

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

border-color css

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

 span { border-color: rgb(75,67,113); }

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