Html Css Color HEX #483E63 Meteorite

📋 copy color: '#483E63'

red 72 ◦ green 62 ◦ blue 99

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

Shades of Meteorite #483E63

Tints of Meteorite #483E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 30.9%
G = 26.61%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483E63 (or 0x483E63) is known color: Meteorite. HEX triplet: 48, 3E and 63. RGB value is (72,62,99). Sum of RGB (Red+Green+Blue) = 72+62+99=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #483E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E63 is #B7C19C. Grayscale: #454545. Windows color (decimal): -12042653 or 6504008. OLE color: 6504008.

HSL color Cylindrical-coordinate representation of color #483E63: hue angle of 256.22º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483E63 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 62 99 -
CMYK 0.27 0.37 0 0.61
HSL 256.22º 0.23% 0.32% -
HSV(B) 256.22º 0.37% 0.39% -
XYZ 6.65 5.72 12.56 -
YUV 69.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 72 62 99 0.27 0.37 0 0.61 256.22 0.23 0.32
Hex 48 3E 63 1B 25 0 3D 100 17 20
Octal 110 76 143 33 45 0 75 400 27 40
Binary 1001000 111110 1100011 11011 100101 0 111101 100000000 10111 100000

Color Harmonies of #483E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E63

Black with #483E63

Text Example


Text Example

White with #483E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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