Html Css Color HEX #484166 Meteorite

📋 copy color: '#484166'

red 72 ◦ green 65 ◦ blue 102

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

Shades of Meteorite #484166

Tints of Meteorite #484166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 30.13%
G = 27.2%
B = 42.68%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#484166 (or 0x484166) is known color: Meteorite. HEX triplet: 48, 41 and 66. RGB value is (72,65,102). Sum of RGB (Red+Green+Blue) = 72+65+102=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #484166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484166 is #B7BE99. Grayscale: #474747. Windows color (decimal): -12041882 or 6701384. OLE color: 6701384.

HSL color Cylindrical-coordinate representation of color #484166: hue angle of 251.35º 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 #484166 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 65 102 -
CMYK 0.29 0.36 0 0.6
HSL 251.35º 0.22% 0.33% -
HSV(B) 251.35º 0.36% 0.4% -
XYZ 6.96 6.12 13.38 -
YUV 71.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 72 65 102 0.29 0.36 0 0.6 251.35 0.22 0.33
Hex 48 41 66 1D 24 0 3C FB 16 21
Octal 110 101 146 35 44 0 74 373 26 41
Binary 1001000 1000001 1100110 11101 100100 0 111100 11111011 10110 100001

Color Harmonies of #484166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484166

Black with #484166

Text Example


Text Example

White with #484166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484166; }

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

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

background-color css

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

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

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

border-color css

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

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

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