Html Css Color HEX #4B4360 Meteorite

📋 copy color: '#4B4360'

red 75 ◦ green 67 ◦ blue 96

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

Shades of Meteorite #4B4360

Tints of Meteorite #4B4360

RGB

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

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

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

R = 31.51%
G = 28.15%
B = 40.34%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4360 (or 0x4B4360) is known color: Meteorite. HEX triplet: 4B, 43 and 60. RGB value is (75,67,96). Sum of RGB (Red+Green+Blue) = 75+67+96=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4360 is #B4BC9F. Grayscale: #484848. Windows color (decimal): -11844768 or 6308683. OLE color: 6308683.

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

Color convert

RGB 75 67 96 -
CMYK 0.22 0.30 0 0.62
HSL 256.55º 0.18% 0.32% -
HSV(B) 256.55º 0.3% 0.38% -
XYZ 7.02 6.35 11.92 -
YUV 72.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 75 67 96 0.22 0.30 0 0.62 256.55 0.18 0.32
Hex 4B 43 60 16 1E 0 3E 101 12 20
Octal 113 103 140 26 36 0 76 401 22 40
Binary 1001011 1000011 1100000 10110 11110 0 111110 100000001 10010 100000

Color Harmonies of #4B4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4360

Black with #4B4360

Text Example


Text Example

White with #4B4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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