Html Css Color HEX #4B4071 Meteorite

📋 copy color: '#4B4071'

red 75 ◦ green 64 ◦ blue 113

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

Shades of Meteorite #4B4071

Tints of Meteorite #4B4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 29.76%
G = 25.4%
B = 44.84%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B4071 (or 0x4B4071) is known color: Meteorite. HEX triplet: 4B, 40 and 71. RGB value is (75,64,113). Sum of RGB (Red+Green+Blue) = 75+64+113=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4071 is #B4BF8E. Grayscale: #484848. Windows color (decimal): -11845519 or 7422027. OLE color: 7422027.

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

Color convert

RGB 75 64 113 -
CMYK 0.34 0.43 0 0.56
HSL 253.47º 0.28% 0.35% -
HSV(B) 253.47º 0.43% 0.44% -
XYZ 7.72 6.35 16.44 -
YUV 72.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 75 64 113 0.34 0.43 0 0.56 253.47 0.28 0.35
Hex 4B 40 71 22 2B 0 38 FD 1C 23
Octal 113 100 161 42 53 0 70 375 34 43
Binary 1001011 1000000 1110001 100010 101011 0 111000 11111101 11100 100011

Color Harmonies of #4B4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4071

Black with #4B4071

Text Example


Text Example

White with #4B4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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