Html Css Color HEX #483A65 Meteorite

📋 copy color: '#483A65'

red 72 ◦ green 58 ◦ blue 101

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

Shades of Meteorite #483A65

Tints of Meteorite #483A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 31.17%
G = 25.11%
B = 43.72%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483A65 (or 0x483A65) is known color: Meteorite. HEX triplet: 48, 3A and 65. RGB value is (72,58,101). Sum of RGB (Red+Green+Blue) = 72+58+101=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #483A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A65 is #B7C59A. Grayscale: #424242. Windows color (decimal): -12043675 or 6634056. OLE color: 6634056.

HSL color Cylindrical-coordinate representation of color #483A65: hue angle of 259.53º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483A65 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 58 101 -
CMYK 0.29 0.43 0 0.60
HSL 259.53º 0.27% 0.31% -
HSV(B) 259.53º 0.43% 0.4% -
XYZ 6.53 5.34 13 -
YUV 67.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 72 58 101 0.29 0.43 0 0.60 259.53 0.27 0.31
Hex 48 3A 65 1D 2B 0 3C 104 1B 1F
Octal 110 72 145 35 53 0 74 404 33 37
Binary 1001000 111010 1100101 11101 101011 0 111100 100000100 11011 11111

Color Harmonies of #483A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A65

Black with #483A65

Text Example


Text Example

White with #483A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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