Html Css Color HEX #483661 Meteorite

📋 copy color: '#483661'

red 72 ◦ green 54 ◦ blue 97

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

Shades of Meteorite #483661

Tints of Meteorite #483661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

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

R = 32.29%
G = 24.22%
B = 43.5%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483661 (or 0x483661) is known color: Meteorite. HEX triplet: 48, 36 and 61. RGB value is (72,54,97). Sum of RGB (Red+Green+Blue) = 72+54+97=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #483661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483661 is #B7C99E. Grayscale: #404040. Windows color (decimal): -12044703 or 6370888. OLE color: 6370888.

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

Color convert

RGB 72 54 97 -
CMYK 0.26 0.44 0 0.62
HSL 265.12º 0.28% 0.3% -
HSV(B) 265.12º 0.44% 0.38% -
XYZ 6.15 4.88 11.93 -
YUV 64.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 72 54 97 0.26 0.44 0 0.62 265.12 0.28 0.3
Hex 48 36 61 1A 2C 0 3E 109 1C 1E
Octal 110 66 141 32 54 0 76 411 34 36
Binary 1001000 110110 1100001 11010 101100 0 111110 100001001 11100 11110

Color Harmonies of #483661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483661

Black with #483661

Text Example


Text Example

White with #483661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483661; }

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

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

background-color css

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

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

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

border-color css

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

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

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