Html Css Color HEX #4B4560 Meteorite

📋 copy color: '#4B4560'

red 75 ◦ green 69 ◦ blue 96

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

Shades of Meteorite #4B4560

Tints of Meteorite #4B4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 31.25%
G = 28.75%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4560 (or 0x4B4560) is known color: Meteorite. HEX triplet: 4B, 45 and 60. RGB value is (75,69,96). Sum of RGB (Red+Green+Blue) = 75+69+96=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4560 is #B4BA9F. Grayscale: #494949. Windows color (decimal): -11844256 or 6309195. OLE color: 6309195.

HSL color Cylindrical-coordinate representation of color #4B4560: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B4560 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 69 96 -
CMYK 0.22 0.28 0 0.62
HSL 253.33º 0.16% 0.32% -
HSV(B) 253.33º 0.28% 0.38% -
XYZ 7.14 6.6 11.96 -
YUV 73.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 75 69 96 0.22 0.28 0 0.62 253.33 0.16 0.32
Hex 4B 45 60 16 1C 0 3E FD 10 20
Octal 113 105 140 26 34 0 76 375 20 40
Binary 1001011 1000101 1100000 10110 11100 0 111110 11111101 10000 100000

Color Harmonies of #4B4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4560

Black with #4B4560

Text Example


Text Example

White with #4B4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,96); }

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

background-color css

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

 a { background-color: rgb(75,69,96); }

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

border-color css

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

 span { border-color: rgb(75,69,96); }

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