Html Css Color HEX #483362 Meteorite

📋 copy color: '#483362'

red 72 ◦ green 51 ◦ blue 98

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

Shades of Meteorite #483362

Tints of Meteorite #483362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 32.58%
G = 23.08%
B = 44.34%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483362 (or 0x483362) is known color: Meteorite. HEX triplet: 48, 33 and 62. RGB value is (72,51,98). Sum of RGB (Red+Green+Blue) = 72+51+98=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #483362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483362 is #B7CC9D. Grayscale: #3E3E3E. Windows color (decimal): -12045470 or 6435656. OLE color: 6435656.

HSL color Cylindrical-coordinate representation of color #483362: hue angle of 266.81º 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 #483362 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 51 98 -
CMYK 0.27 0.48 0 0.62
HSL 266.81º 0.32% 0.29% -
HSV(B) 266.81º 0.48% 0.38% -
XYZ 6.06 4.63 12.13 -
YUV 62.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 72 51 98 0.27 0.48 0 0.62 266.81 0.32 0.29
Hex 48 33 62 1B 30 0 3E 10B 20 1D
Octal 110 63 142 33 60 0 76 413 40 35
Binary 1001000 110011 1100010 11011 110000 0 111110 100001011 100000 11101

Color Harmonies of #483362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483362

Black with #483362

Text Example


Text Example

White with #483362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483362; }

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

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

background-color css

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

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

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

border-color css

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

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

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