Html Css Color HEX #483872 Meteorite

📋 copy color: '#483872'

red 72 ◦ green 56 ◦ blue 114

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

Shades of Meteorite #483872

Tints of Meteorite #483872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 29.75%
G = 23.14%
B = 47.11%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483872 (or 0x483872) is known color: Meteorite. HEX triplet: 48, 38 and 72. RGB value is (72,56,114). Sum of RGB (Red+Green+Blue) = 72+56+114=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #483872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483872 is #B7C78D. Grayscale: #434343. Windows color (decimal): -12044174 or 7485512. OLE color: 7485512.

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

Color convert

RGB 72 56 114 -
CMYK 0.37 0.51 0 0.55
HSL 256.55º 0.34% 0.33% -
HSV(B) 256.55º 0.51% 0.45% -
XYZ 7.12 5.42 16.59 -
YUV 67.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 72 56 114 0.37 0.51 0 0.55 256.55 0.34 0.33
Hex 48 38 72 25 33 0 37 101 22 21
Octal 110 70 162 45 63 0 67 401 42 41
Binary 1001000 111000 1110010 100101 110011 0 110111 100000001 100010 100001

Color Harmonies of #483872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483872

Black with #483872

Text Example


Text Example

White with #483872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483872; }

 p { color: rgb(72,56,114); }

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

background-color css

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

 a { background-color: rgb(72,56,114); }

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

border-color css

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

 span { border-color: rgb(72,56,114); }

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