Html Css Color HEX #483463 Meteorite

📋 copy color: '#483463'

red 72 ◦ green 52 ◦ blue 99

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

Shades of Meteorite #483463

Tints of Meteorite #483463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 32.29%
G = 23.32%
B = 44.39%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483463 (or 0x483463) is known color: Meteorite. HEX triplet: 48, 34 and 63. RGB value is (72,52,99). Sum of RGB (Red+Green+Blue) = 72+52+99=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #483463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483463 is #B7CB9C. Grayscale: #3F3F3F. Windows color (decimal): -12045213 or 6501448. OLE color: 6501448.

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

Color convert

RGB 72 52 99 -
CMYK 0.27 0.47 0 0.61
HSL 265.53º 0.31% 0.3% -
HSV(B) 265.53º 0.47% 0.39% -
XYZ 6.15 4.73 12.39 -
YUV 63.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 72 52 99 0.27 0.47 0 0.61 265.53 0.31 0.3
Hex 48 34 63 1B 2F 0 3D 10A 1F 1E
Octal 110 64 143 33 57 0 75 412 37 36
Binary 1001000 110100 1100011 11011 101111 0 111101 100001010 11111 11110

Color Harmonies of #483463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483463

Black with #483463

Text Example


Text Example

White with #483463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483463; }

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

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

background-color css

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

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

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

border-color css

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

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

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