Html Css Color HEX #483264 Meteorite

📋 copy color: '#483264'

red 72 ◦ green 50 ◦ blue 100

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

Shades of Meteorite #483264

Tints of Meteorite #483264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 32.43%
G = 22.52%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#483264 (or 0x483264) is known color: Meteorite. HEX triplet: 48, 32 and 64. RGB value is (72,50,100). Sum of RGB (Red+Green+Blue) = 72+50+100=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #483264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483264 is #B7CD9B. Grayscale: #3E3E3E. Windows color (decimal): -12045724 or 6566472. OLE color: 6566472.

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

Color convert

RGB 72 50 100 -
CMYK 0.28 0.50 0 0.61
HSL 266.4º 0.33% 0.29% -
HSV(B) 266.4º 0.5% 0.39% -
XYZ 6.11 4.58 12.62 -
YUV 62.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 72 50 100 0.28 0.50 0 0.61 266.4 0.33 0.29
Hex 48 32 64 1C 32 0 3D 10A 21 1D
Octal 110 62 144 34 62 0 75 412 41 35
Binary 1001000 110010 1100100 11100 110010 0 111101 100001010 100001 11101

Color Harmonies of #483264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483264

Black with #483264

Text Example


Text Example

White with #483264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483264; }

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

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

background-color css

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

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

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

border-color css

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

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

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