Html Css Color HEX #483763 Meteorite

📋 copy color: '#483763'

red 72 ◦ green 55 ◦ blue 99

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

Shades of Meteorite #483763

Tints of Meteorite #483763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 31.86%
G = 24.34%
B = 43.81%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483763 (or 0x483763) is known color: Meteorite. HEX triplet: 48, 37 and 63. RGB value is (72,55,99). Sum of RGB (Red+Green+Blue) = 72+55+99=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #483763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483763 is #B7C89C. Grayscale: #404040. Windows color (decimal): -12044445 or 6502216. OLE color: 6502216.

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

Color convert

RGB 72 55 99 -
CMYK 0.27 0.44 0 0.61
HSL 263.18º 0.29% 0.3% -
HSV(B) 263.18º 0.44% 0.39% -
XYZ 6.29 5.01 12.44 -
YUV 65.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 72 55 99 0.27 0.44 0 0.61 263.18 0.29 0.3
Hex 48 37 63 1B 2C 0 3D 107 1D 1E
Octal 110 67 143 33 54 0 75 407 35 36
Binary 1001000 110111 1100011 11011 101100 0 111101 100000111 11101 11110

Color Harmonies of #483763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483763

Black with #483763

Text Example


Text Example

White with #483763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483763; }

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

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

background-color css

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

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

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

border-color css

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

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

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