Html Css Color HEX #483261 Meteorite

📋 copy color: '#483261'

red 72 ◦ green 50 ◦ blue 97

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

Shades of Meteorite #483261

Tints of Meteorite #483261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 32.88%
G = 22.83%
B = 44.29%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483261 (or 0x483261) is known color: Meteorite. HEX triplet: 48, 32 and 61. RGB value is (72,50,97). Sum of RGB (Red+Green+Blue) = 72+50+97=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #483261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483261 is #B7CD9E. Grayscale: #3D3D3D. Windows color (decimal): -12045727 or 6369864. OLE color: 6369864.

HSL color Cylindrical-coordinate representation of color #483261: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483261 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 50 97 -
CMYK 0.26 0.48 0 0.62
HSL 268.09º 0.32% 0.29% -
HSV(B) 268.09º 0.48% 0.38% -
XYZ 5.97 4.52 11.87 -
YUV 61.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 72 50 97 0.26 0.48 0 0.62 268.09 0.32 0.29
Hex 48 32 61 1A 30 0 3E 10C 20 1D
Octal 110 62 141 32 60 0 76 414 40 35
Binary 1001000 110010 1100001 11010 110000 0 111110 100001100 100000 11101

Color Harmonies of #483261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483261

Black with #483261

Text Example


Text Example

White with #483261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483261; }

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

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

background-color css

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

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

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

border-color css

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

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

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