Html Css Color HEX #483262 Meteorite

📋 copy color: '#483262'

red 72 ◦ green 50 ◦ blue 98

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

Shades of Meteorite #483262

Tints of Meteorite #483262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 32.73%
G = 22.73%
B = 44.55%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483262 (or 0x483262) is known color: Meteorite. HEX triplet: 48, 32 and 62. RGB value is (72,50,98). Sum of RGB (Red+Green+Blue) = 72+50+98=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #483262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483262 is #B7CD9D. Grayscale: #3D3D3D. Windows color (decimal): -12045726 or 6435400. OLE color: 6435400.

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

Color convert

RGB 72 50 98 -
CMYK 0.27 0.49 0 0.62
HSL 267.5º 0.32% 0.29% -
HSV(B) 267.5º 0.49% 0.38% -
XYZ 6.02 4.54 12.11 -
YUV 62.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 72 50 98 0.27 0.49 0 0.62 267.5 0.32 0.29
Hex 48 32 62 1B 31 0 3E 10C 20 1D
Octal 110 62 142 33 61 0 76 414 40 35
Binary 1001000 110010 1100010 11011 110001 0 111110 100001100 100000 11101

Color Harmonies of #483262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483262

Black with #483262

Text Example


Text Example

White with #483262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483262; }

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

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

background-color css

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

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

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

border-color css

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

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

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