Html Css Color HEX #483869 Meteorite

📋 copy color: '#483869'

red 72 ◦ green 56 ◦ blue 105

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

Shades of Meteorite #483869

Tints of Meteorite #483869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 30.9%
G = 24.03%
B = 45.06%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483869 (or 0x483869) is known color: Meteorite. HEX triplet: 48, 38 and 69. RGB value is (72,56,105). Sum of RGB (Red+Green+Blue) = 72+56+105=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #483869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483869 is #B7C796. Grayscale: #424242. Windows color (decimal): -12044183 or 6895688. OLE color: 6895688.

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

Color convert

RGB 72 56 105 -
CMYK 0.31 0.47 0 0.59
HSL 259.59º 0.3% 0.32% -
HSV(B) 259.59º 0.47% 0.41% -
XYZ 6.64 5.23 14.02 -
YUV 66.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 72 56 105 0.31 0.47 0 0.59 259.59 0.3 0.32
Hex 48 38 69 1F 2F 0 3B 104 1E 20
Octal 110 70 151 37 57 0 73 404 36 40
Binary 1001000 111000 1101001 11111 101111 0 111011 100000100 11110 100000

Color Harmonies of #483869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483869

Black with #483869

Text Example


Text Example

White with #483869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483869; }

 p { color: rgb(72,56,105); }

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

background-color css

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

 a { background-color: rgb(72,56,105); }

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

border-color css

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

 span { border-color: rgb(72,56,105); }

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