Html Css Color HEX #484165 Meteorite

📋 copy color: '#484165'

red 72 ◦ green 65 ◦ blue 101

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

Shades of Meteorite #484165

Tints of Meteorite #484165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

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

R = 30.25%
G = 27.31%
B = 42.44%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484165 (or 0x484165) is known color: Meteorite. HEX triplet: 48, 41 and 65. RGB value is (72,65,101). Sum of RGB (Red+Green+Blue) = 72+65+101=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #484165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484165 is #B7BE9A. Grayscale: #474747. Windows color (decimal): -12041883 or 6635848. OLE color: 6635848.

HSL color Cylindrical-coordinate representation of color #484165: hue angle of 251.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484165 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 65 101 -
CMYK 0.29 0.36 0 0.60
HSL 251.67º 0.22% 0.33% -
HSV(B) 251.67º 0.36% 0.4% -
XYZ 6.91 6.1 13.12 -
YUV 71.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 72 65 101 0.29 0.36 0 0.60 251.67 0.22 0.33
Hex 48 41 65 1D 24 0 3C FC 16 21
Octal 110 101 145 35 44 0 74 374 26 41
Binary 1001000 1000001 1100101 11101 100100 0 111100 11111100 10110 100001

Color Harmonies of #484165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484165

Black with #484165

Text Example


Text Example

White with #484165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484165; }

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

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

background-color css

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

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

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

border-color css

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

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

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