Html Css Color HEX #483673 Meteorite

📋 copy color: '#483673'

red 72 ◦ green 54 ◦ blue 115

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

Shades of Meteorite #483673

Tints of Meteorite #483673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 29.88%
G = 22.41%
B = 47.72%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483673 (or 0x483673) is known color: Meteorite. HEX triplet: 48, 36 and 73. RGB value is (72,54,115). Sum of RGB (Red+Green+Blue) = 72+54+115=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #483673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483673 is #B7C98C. Grayscale: #424242. Windows color (decimal): -12044685 or 7550536. OLE color: 7550536.

HSL color Cylindrical-coordinate representation of color #483673: hue angle of 257.7º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483673 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 54 115 -
CMYK 0.37 0.53 0 0.55
HSL 257.7º 0.36% 0.33% -
HSV(B) 257.7º 0.53% 0.45% -
XYZ 7.09 5.25 16.86 -
YUV 66.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 72 54 115 0.37 0.53 0 0.55 257.7 0.36 0.33
Hex 48 36 73 25 35 0 37 102 24 21
Octal 110 66 163 45 65 0 67 402 44 41
Binary 1001000 110110 1110011 100101 110101 0 110111 100000010 100100 100001

Color Harmonies of #483673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483673

Black with #483673

Text Example


Text Example

White with #483673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483673; }

 p { color: rgb(72,54,115); }

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

background-color css

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

 a { background-color: rgb(72,54,115); }

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

border-color css

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

 span { border-color: rgb(72,54,115); }

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