Html Css Color HEX #483967 Meteorite

📋 copy color: '#483967'

red 72 ◦ green 57 ◦ blue 103

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

Shades of Meteorite #483967

Tints of Meteorite #483967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 31.03%
G = 24.57%
B = 44.4%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483967 (or 0x483967) is known color: Meteorite. HEX triplet: 48, 39 and 67. RGB value is (72,57,103). Sum of RGB (Red+Green+Blue) = 72+57+103=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #483967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483967 is #B7C698. Grayscale: #424242. Windows color (decimal): -12043929 or 6764872. OLE color: 6764872.

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

Color convert

RGB 72 57 103 -
CMYK 0.30 0.45 0 0.60
HSL 259.57º 0.29% 0.31% -
HSV(B) 259.57º 0.45% 0.4% -
XYZ 6.58 5.28 13.5 -
YUV 66.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 72 57 103 0.30 0.45 0 0.60 259.57 0.29 0.31
Hex 48 39 67 1E 2D 0 3C 104 1D 1F
Octal 110 71 147 36 55 0 74 404 35 37
Binary 1001000 111001 1100111 11110 101101 0 111100 100000100 11101 11111

Color Harmonies of #483967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483967

Black with #483967

Text Example


Text Example

White with #483967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483967; }

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

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

background-color css

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

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

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

border-color css

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

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

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