Html Css Color HEX #483566 Meteorite

📋 copy color: '#483566'

red 72 ◦ green 53 ◦ blue 102

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

Shades of Meteorite #483566

Tints of Meteorite #483566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 31.72%
G = 23.35%
B = 44.93%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#483566 (or 0x483566) is known color: Meteorite. HEX triplet: 48, 35 and 66. RGB value is (72,53,102). Sum of RGB (Red+Green+Blue) = 72+53+102=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #483566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483566 is #B7CA99. Grayscale: #404040. Windows color (decimal): -12044954 or 6698312. OLE color: 6698312.

HSL color Cylindrical-coordinate representation of color #483566: hue angle of 263.27º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483566 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 53 102 -
CMYK 0.29 0.48 0 0.6
HSL 263.27º 0.32% 0.3% -
HSV(B) 263.27º 0.48% 0.4% -
XYZ 6.34 4.88 13.18 -
YUV 64.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 72 53 102 0.29 0.48 0 0.6 263.27 0.32 0.3
Hex 48 35 66 1D 30 0 3C 107 20 1E
Octal 110 65 146 35 60 0 74 407 40 36
Binary 1001000 110101 1100110 11101 110000 0 111100 100000111 100000 11110

Color Harmonies of #483566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483566

Black with #483566

Text Example


Text Example

White with #483566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483566; }

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

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

background-color css

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

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

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

border-color css

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

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

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