Html Css Color HEX #483672 Meteorite

📋 copy color: '#483672'

red 72 ◦ green 54 ◦ blue 114

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

Shades of Meteorite #483672

Tints of Meteorite #483672

RGB

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

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

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

R = 30%
G = 22.5%
B = 47.5%

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

#483672 (or 0x483672) is known color: Meteorite. HEX triplet: 48, 36 and 72. RGB value is (72,54,114). Sum of RGB (Red+Green+Blue) = 72+54+114=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #483672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483672 is #B7C98D. Grayscale: #424242. Windows color (decimal): -12044686 or 7485000. OLE color: 7485000.

HSL color Cylindrical-coordinate representation of color #483672: hue angle of 258º 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 #483672 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 54 114 -
CMYK 0.37 0.53 0 0.55
HSL 258º 0.36% 0.33% -
HSV(B) 258º 0.53% 0.45% -
XYZ 7.03 5.23 16.56 -
YUV 66.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 72 54 114 0.37 0.53 0 0.55 258 0.36 0.33
Hex 48 36 72 25 35 0 37 102 24 21
Octal 110 66 162 45 65 0 67 402 44 41
Binary 1001000 110110 1110010 100101 110101 0 110111 100000010 100100 100001

Color Harmonies of #483672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483672

Black with #483672

Text Example


Text Example

White with #483672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483672; }

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

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

background-color css

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

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

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

border-color css

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

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

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