Html Css Color HEX #483263 Meteorite

📋 copy color: '#483263'

red 72 ◦ green 50 ◦ blue 99

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

Shades of Meteorite #483263

Tints of Meteorite #483263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 32.58%
G = 22.62%
B = 44.8%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483263 (or 0x483263) is known color: Meteorite. HEX triplet: 48, 32 and 63. RGB value is (72,50,99). Sum of RGB (Red+Green+Blue) = 72+50+99=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #483263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483263 is #B7CD9C. Grayscale: #3D3D3D. Windows color (decimal): -12045725 or 6500936. OLE color: 6500936.

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

Color convert

RGB 72 50 99 -
CMYK 0.27 0.49 0 0.61
HSL 266.94º 0.33% 0.29% -
HSV(B) 266.94º 0.49% 0.39% -
XYZ 6.07 4.56 12.36 -
YUV 62.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 72 50 99 0.27 0.49 0 0.61 266.94 0.33 0.29
Hex 48 32 63 1B 31 0 3D 10B 21 1D
Octal 110 62 143 33 61 0 75 413 41 35
Binary 1001000 110010 1100011 11011 110001 0 111101 100001011 100001 11101

Color Harmonies of #483263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483263

Black with #483263

Text Example


Text Example

White with #483263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483263; }

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

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

background-color css

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

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

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

border-color css

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

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

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