Html Css Color HEX #483A5E Meteorite

📋 copy color: '#483A5E'

red 72 ◦ green 58 ◦ blue 94

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

Shades of Meteorite #483A5E

Tints of Meteorite #483A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 32.14%
G = 25.89%
B = 41.96%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#483A5E (or 0x483A5E) is known color: Meteorite. HEX triplet: 48, 3A and 5E. RGB value is (72,58,94). Sum of RGB (Red+Green+Blue) = 72+58+94=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #483A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A5E is #B7C5A1. Grayscale: #424242. Windows color (decimal): -12043682 or 6175304. OLE color: 6175304.

HSL color Cylindrical-coordinate representation of color #483A5E: hue angle of 263.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483A5E is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 58 94 -
CMYK 0.23 0.38 0 0.63
HSL 263.33º 0.24% 0.3% -
HSV(B) 263.33º 0.38% 0.37% -
XYZ 6.21 5.21 11.27 -
YUV 66.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 72 58 94 0.23 0.38 0 0.63 263.33 0.24 0.3
Hex 48 3A 5E 17 26 0 3F 107 18 1E
Octal 110 72 136 27 46 0 77 407 30 36
Binary 1001000 111010 1011110 10111 100110 0 111111 100000111 11000 11110

Color Harmonies of #483A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A5E

Black with #483A5E

Text Example


Text Example

White with #483A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,94); }

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

background-color css

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

 a { background-color: rgb(72,58,94); }

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

border-color css

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

 span { border-color: rgb(72,58,94); }

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