Html Css Color HEX #4B4063 Meteorite

📋 copy color: '#4B4063'

red 75 ◦ green 64 ◦ blue 99

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

Shades of Meteorite #4B4063

Tints of Meteorite #4B4063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 31.51%
G = 26.89%
B = 41.6%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B4063 (or 0x4B4063) is known color: Meteorite. HEX triplet: 4B, 40 and 63. RGB value is (75,64,99). Sum of RGB (Red+Green+Blue) = 75+64+99=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4063 is #B4BF9C. Grayscale: #474747. Windows color (decimal): -11845533 or 6504523. OLE color: 6504523.

HSL color Cylindrical-coordinate representation of color #4B4063: hue angle of 258.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B4063 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 64 99 -
CMYK 0.24 0.35 0 0.61
HSL 258.86º 0.21% 0.32% -
HSV(B) 258.86º 0.35% 0.39% -
XYZ 6.99 6.06 12.61 -
YUV 71.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 75 64 99 0.24 0.35 0 0.61 258.86 0.21 0.32
Hex 4B 40 63 18 23 0 3D 103 15 20
Octal 113 100 143 30 43 0 75 403 25 40
Binary 1001011 1000000 1100011 11000 100011 0 111101 100000011 10101 100000

Color Harmonies of #4B4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4063

Black with #4B4063

Text Example


Text Example

White with #4B4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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