Html Css Color HEX #483564 Meteorite

📋 copy color: '#483564'

red 72 ◦ green 53 ◦ blue 100

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

Shades of Meteorite #483564

Tints of Meteorite #483564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 32%
G = 23.56%
B = 44.44%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483564 (or 0x483564) is known color: Meteorite. HEX triplet: 48, 35 and 64. RGB value is (72,53,100). Sum of RGB (Red+Green+Blue) = 72+53+100=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #483564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483564 is #B7CA9B. Grayscale: #3F3F3F. Windows color (decimal): -12044956 or 6567240. OLE color: 6567240.

HSL color Cylindrical-coordinate representation of color #483564: hue angle of 264.26º 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 #483564 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 53 100 -
CMYK 0.28 0.47 0 0.61
HSL 264.26º 0.31% 0.3% -
HSV(B) 264.26º 0.47% 0.39% -
XYZ 6.25 4.84 12.66 -
YUV 64.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 72 53 100 0.28 0.47 0 0.61 264.26 0.31 0.3
Hex 48 35 64 1C 2F 0 3D 108 1F 1E
Octal 110 65 144 34 57 0 75 410 37 36
Binary 1001000 110101 1100100 11100 101111 0 111101 100001000 11111 11110

Color Harmonies of #483564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483564

Black with #483564

Text Example


Text Example

White with #483564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483564; }

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

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

background-color css

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

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

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

border-color css

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

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

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