Html Css Color HEX #483E64 Meteorite

📋 copy color: '#483E64'

red 72 ◦ green 62 ◦ blue 100

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

Shades of Meteorite #483E64

Tints of Meteorite #483E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 30.77%
G = 26.5%
B = 42.74%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483E64 (or 0x483E64) is known color: Meteorite. HEX triplet: 48, 3E and 64. RGB value is (72,62,100). Sum of RGB (Red+Green+Blue) = 72+62+100=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #483E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E64 is #B7C19B. Grayscale: #454545. Windows color (decimal): -12042652 or 6569544. OLE color: 6569544.

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

Color convert

RGB 72 62 100 -
CMYK 0.28 0.38 0 0.61
HSL 255.79º 0.23% 0.32% -
HSV(B) 255.79º 0.38% 0.39% -
XYZ 6.7 5.74 12.81 -
YUV 69.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 72 62 100 0.28 0.38 0 0.61 255.79 0.23 0.32
Hex 48 3E 64 1C 26 0 3D 100 17 20
Octal 110 76 144 34 46 0 75 400 27 40
Binary 1001000 111110 1100100 11100 100110 0 111101 100000000 10111 100000

Color Harmonies of #483E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E64

Black with #483E64

Text Example


Text Example

White with #483E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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