Html Css Color HEX #483E5B Meteorite

📋 copy color: '#483E5B'

red 72 ◦ green 62 ◦ blue 91

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

Shades of Meteorite #483E5B

Tints of Meteorite #483E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 32%
G = 27.56%
B = 40.44%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#483E5B (or 0x483E5B) is known color: Meteorite. HEX triplet: 48, 3E and 5B. RGB value is (72,62,91). Sum of RGB (Red+Green+Blue) = 72+62+91=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #483E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E5B is #B7C1A4. Grayscale: #444444. Windows color (decimal): -12042661 or 5979720. OLE color: 5979720.

HSL color Cylindrical-coordinate representation of color #483E5B: hue angle of 260.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483E5B is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 62 91 -
CMYK 0.21 0.32 0 0.64
HSL 260.69º 0.19% 0.3% -
HSV(B) 260.69º 0.32% 0.36% -
XYZ 6.28 5.58 10.64 -
YUV 68.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 72 62 91 0.21 0.32 0 0.64 260.69 0.19 0.3
Hex 48 3E 5B 15 20 0 40 105 13 1E
Octal 110 76 133 25 40 0 100 405 23 36
Binary 1001000 111110 1011011 10101 100000 0 1000000 100000101 10011 11110

Color Harmonies of #483E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E5B

Black with #483E5B

Text Example


Text Example

White with #483E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,91); }

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

background-color css

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

 a { background-color: rgb(72,62,91); }

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

border-color css

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

 span { border-color: rgb(72,62,91); }

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