Html Css Color HEX #484264 Meteorite

📋 copy color: '#484264'

red 72 ◦ green 66 ◦ blue 100

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

Shades of Meteorite #484264

Tints of Meteorite #484264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 30.25%
G = 27.73%
B = 42.02%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484264 (or 0x484264) is known color: Meteorite. HEX triplet: 48, 42 and 64. RGB value is (72,66,100). Sum of RGB (Red+Green+Blue) = 72+66+100=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #484264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484264 is #B7BD9B. Grayscale: #474747. Windows color (decimal): -12041628 or 6570568. OLE color: 6570568.

HSL color Cylindrical-coordinate representation of color #484264: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484264 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 66 100 -
CMYK 0.28 0.34 0 0.61
HSL 250.59º 0.2% 0.33% -
HSV(B) 250.59º 0.34% 0.39% -
XYZ 6.92 6.19 12.89 -
YUV 71.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 72 66 100 0.28 0.34 0 0.61 250.59 0.2 0.33
Hex 48 42 64 1C 22 0 3D FB 14 21
Octal 110 102 144 34 42 0 75 373 24 41
Binary 1001000 1000010 1100100 11100 100010 0 111101 11111011 10100 100001

Color Harmonies of #484264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484264

Black with #484264

Text Example


Text Example

White with #484264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484264; }

 p { color: rgb(72,66,100); }

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

background-color css

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

 a { background-color: rgb(72,66,100); }

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

border-color css

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

 span { border-color: rgb(72,66,100); }

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