Html Css Color HEX #483773 Meteorite

📋 copy color: '#483773'

red 72 ◦ green 55 ◦ blue 115

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

Shades of Meteorite #483773

Tints of Meteorite #483773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

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

R = 29.75%
G = 22.73%
B = 47.52%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483773 (or 0x483773) is known color: Meteorite. HEX triplet: 48, 37 and 73. RGB value is (72,55,115). Sum of RGB (Red+Green+Blue) = 72+55+115=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #483773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483773 is #B7C88C. Grayscale: #424242. Windows color (decimal): -12044429 or 7550792. OLE color: 7550792.

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

Color convert

RGB 72 55 115 -
CMYK 0.37 0.52 0 0.55
HSL 257º 0.35% 0.33% -
HSV(B) 257º 0.52% 0.45% -
XYZ 7.13 5.35 16.88 -
YUV 66.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 72 55 115 0.37 0.52 0 0.55 257 0.35 0.33
Hex 48 37 73 25 34 0 37 101 23 21
Octal 110 67 163 45 64 0 67 401 43 41
Binary 1001000 110111 1110011 100101 110100 0 110111 100000001 100011 100001

Color Harmonies of #483773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483773

Black with #483773

Text Example


Text Example

White with #483773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483773; }

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

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

background-color css

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

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

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

border-color css

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

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

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