Html Css Color HEX #484167 Meteorite

📋 copy color: '#484167'

red 72 ◦ green 65 ◦ blue 103

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

Shades of Meteorite #484167

Tints of Meteorite #484167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 30%
G = 27.08%
B = 42.92%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484167 (or 0x484167) is known color: Meteorite. HEX triplet: 48, 41 and 67. RGB value is (72,65,103). Sum of RGB (Red+Green+Blue) = 72+65+103=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #484167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484167 is #B7BE98. Grayscale: #474747. Windows color (decimal): -12041881 or 6766920. OLE color: 6766920.

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

Color convert

RGB 72 65 103 -
CMYK 0.30 0.37 0 0.60
HSL 251.05º 0.23% 0.33% -
HSV(B) 251.05º 0.37% 0.4% -
XYZ 7.01 6.14 13.65 -
YUV 71.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 72 65 103 0.30 0.37 0 0.60 251.05 0.23 0.33
Hex 48 41 67 1E 25 0 3C FB 17 21
Octal 110 101 147 36 45 0 74 373 27 41
Binary 1001000 1000001 1100111 11110 100101 0 111100 11111011 10111 100001

Color Harmonies of #484167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484167

Black with #484167

Text Example


Text Example

White with #484167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484167; }

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

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

background-color css

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

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

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

border-color css

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

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

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