Html Css Color HEX #483F73 Meteorite

📋 copy color: '#483F73'

red 72 ◦ green 63 ◦ blue 115

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

Shades of Meteorite #483F73

Tints of Meteorite #483F73

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 28.8%
G = 25.2%
B = 46%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483F73 (or 0x483F73) is known color: Meteorite. HEX triplet: 48, 3F and 73. RGB value is (72,63,115). Sum of RGB (Red+Green+Blue) = 72+63+115=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #483F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F73 is #B7C08C. Grayscale: #474747. Windows color (decimal): -12042381 or 7552840. OLE color: 7552840.

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

Color convert

RGB 72 63 115 -
CMYK 0.37 0.45 0 0.55
HSL 250.38º 0.29% 0.35% -
HSV(B) 250.38º 0.45% 0.45% -
XYZ 7.54 6.17 17.01 -
YUV 71.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 72 63 115 0.37 0.45 0 0.55 250.38 0.29 0.35
Hex 48 3F 73 25 2D 0 37 FA 1D 23
Octal 110 77 163 45 55 0 67 372 35 43
Binary 1001000 111111 1110011 100101 101101 0 110111 11111010 11101 100011

Color Harmonies of #483F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F73

Black with #483F73

Text Example


Text Example

White with #483F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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