Html Css Color HEX #483665 Meteorite

📋 copy color: '#483665'

red 72 ◦ green 54 ◦ blue 101

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

Shades of Meteorite #483665

Tints of Meteorite #483665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 31.72%
G = 23.79%
B = 44.49%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483665 (or 0x483665) is known color: Meteorite. HEX triplet: 48, 36 and 65. RGB value is (72,54,101). Sum of RGB (Red+Green+Blue) = 72+54+101=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #483665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483665 is #B7C99A. Grayscale: #404040. Windows color (decimal): -12044699 or 6633032. OLE color: 6633032.

HSL color Cylindrical-coordinate representation of color #483665: hue angle of 262.98º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483665 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 54 101 -
CMYK 0.29 0.47 0 0.60
HSL 262.98º 0.3% 0.3% -
HSV(B) 262.98º 0.47% 0.4% -
XYZ 6.34 4.96 12.93 -
YUV 64.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 72 54 101 0.29 0.47 0 0.60 262.98 0.3 0.3
Hex 48 36 65 1D 2F 0 3C 107 1E 1E
Octal 110 66 145 35 57 0 74 407 36 36
Binary 1001000 110110 1100101 11101 101111 0 111100 100000111 11110 11110

Color Harmonies of #483665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483665

Black with #483665

Text Example


Text Example

White with #483665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483665; }

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

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

background-color css

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

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

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

border-color css

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

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

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