Html Css Color HEX #483562 Meteorite

📋 copy color: '#483562'

red 72 ◦ green 53 ◦ blue 98

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

Shades of Meteorite #483562

Tints of Meteorite #483562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 32.29%
G = 23.77%
B = 43.95%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483562 (or 0x483562) is known color: Meteorite. HEX triplet: 48, 35 and 62. RGB value is (72,53,98). Sum of RGB (Red+Green+Blue) = 72+53+98=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #483562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483562 is #B7CA9D. Grayscale: #3F3F3F. Windows color (decimal): -12044958 or 6436168. OLE color: 6436168.

HSL color Cylindrical-coordinate representation of color #483562: hue angle of 265.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483562 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 53 98 -
CMYK 0.27 0.46 0 0.62
HSL 265.33º 0.3% 0.3% -
HSV(B) 265.33º 0.46% 0.38% -
XYZ 6.15 4.81 12.16 -
YUV 63.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 72 53 98 0.27 0.46 0 0.62 265.33 0.3 0.3
Hex 48 35 62 1B 2E 0 3E 109 1E 1E
Octal 110 65 142 33 56 0 76 411 36 36
Binary 1001000 110101 1100010 11011 101110 0 111110 100001001 11110 11110

Color Harmonies of #483562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483562

Black with #483562

Text Example


Text Example

White with #483562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483562; }

 p { color: rgb(72,53,98); }

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

background-color css

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

 a { background-color: rgb(72,53,98); }

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

border-color css

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

 span { border-color: rgb(72,53,98); }

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