Html Css Color HEX #484363 Meteorite

📋 copy color: '#484363'

red 72 ◦ green 67 ◦ blue 99

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

Shades of Meteorite #484363

Tints of Meteorite #484363

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

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

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

R = 30.25%
G = 28.15%
B = 41.6%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484363 (or 0x484363) is known color: Meteorite. HEX triplet: 48, 43 and 63. RGB value is (72,67,99). Sum of RGB (Red+Green+Blue) = 72+67+99=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 67 (26.56% from 255 or 28.15% 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 #484363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484363 is #B7BC9C. Grayscale: #484848. Windows color (decimal): -12041373 or 6505288. OLE color: 6505288.

HSL color Cylindrical-coordinate representation of color #484363: hue angle of 249.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484363 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 67 99 -
CMYK 0.27 0.32 0 0.61
HSL 249.38º 0.19% 0.33% -
HSV(B) 249.38º 0.32% 0.39% -
XYZ 6.93 6.29 12.65 -
YUV 72.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 72 67 99 0.27 0.32 0 0.61 249.38 0.19 0.33
Hex 48 43 63 1B 20 0 3D F9 13 21
Octal 110 103 143 33 40 0 75 371 23 41
Binary 1001000 1000011 1100011 11011 100000 0 111101 11111001 10011 100001

Color Harmonies of #484363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484363

Black with #484363

Text Example


Text Example

White with #484363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484363; }

 p { color: rgb(72,67,99); }

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

background-color css

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

 a { background-color: rgb(72,67,99); }

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

border-color css

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

 span { border-color: rgb(72,67,99); }

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