Html Css Color HEX #483767 Meteorite

📋 copy color: '#483767'

red 72 ◦ green 55 ◦ blue 103

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

Shades of Meteorite #483767

Tints of Meteorite #483767

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 103 (40.63% from 255) = 44.78%

R = 31.3%
G = 23.91%
B = 44.78%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483767 (or 0x483767) is known color: Meteorite. HEX triplet: 48, 37 and 67. RGB value is (72,55,103). Sum of RGB (Red+Green+Blue) = 72+55+103=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #483767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483767 is #B7C898. Grayscale: #414141. Windows color (decimal): -12044441 or 6764360. OLE color: 6764360.

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

Color convert

RGB 72 55 103 -
CMYK 0.30 0.47 0 0.60
HSL 261.25º 0.3% 0.31% -
HSV(B) 261.25º 0.47% 0.4% -
XYZ 6.49 5.09 13.47 -
YUV 65.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 72 55 103 0.30 0.47 0 0.60 261.25 0.3 0.31
Hex 48 37 67 1E 2F 0 3C 105 1E 1F
Octal 110 67 147 36 57 0 74 405 36 37
Binary 1001000 110111 1100111 11110 101111 0 111100 100000101 11110 11111

Color Harmonies of #483767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483767

Black with #483767

Text Example


Text Example

White with #483767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483767; }

 p { color: rgb(72,55,103); }

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

background-color css

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

 a { background-color: rgb(72,55,103); }

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

border-color css

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

 span { border-color: rgb(72,55,103); }

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