Html Css Color HEX #483B65 Meteorite

📋 copy color: '#483B65'

red 72 ◦ green 59 ◦ blue 101

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

Shades of Meteorite #483B65

Tints of Meteorite #483B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

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

R = 31.03%
G = 25.43%
B = 43.53%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483B65 (or 0x483B65) is known color: Meteorite. HEX triplet: 48, 3B and 65. RGB value is (72,59,101). Sum of RGB (Red+Green+Blue) = 72+59+101=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #483B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B65 is #B7C49A. Grayscale: #434343. Windows color (decimal): -12043419 or 6634312. OLE color: 6634312.

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

Color convert

RGB 72 59 101 -
CMYK 0.29 0.42 0 0.60
HSL 258.57º 0.26% 0.31% -
HSV(B) 258.57º 0.42% 0.4% -
XYZ 6.59 5.45 13.02 -
YUV 67.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 72 59 101 0.29 0.42 0 0.60 258.57 0.26 0.31
Hex 48 3B 65 1D 2A 0 3C 103 1A 1F
Octal 110 73 145 35 52 0 74 403 32 37
Binary 1001000 111011 1100101 11101 101010 0 111100 100000011 11010 11111

Color Harmonies of #483B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B65

Black with #483B65

Text Example


Text Example

White with #483B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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