Html Css Color HEX #483865 Meteorite

📋 copy color: '#483865'

red 72 ◦ green 56 ◦ blue 101

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

Shades of Meteorite #483865

Tints of Meteorite #483865

RGB

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

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

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

R = 31.44%
G = 24.45%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483865 (or 0x483865) is known color: Meteorite. HEX triplet: 48, 38 and 65. RGB value is (72,56,101). Sum of RGB (Red+Green+Blue) = 72+56+101=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #483865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483865 is #B7C79A. Grayscale: #414141. Windows color (decimal): -12044187 or 6633544. OLE color: 6633544.

HSL color Cylindrical-coordinate representation of color #483865: hue angle of 261.33º 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 #483865 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 56 101 -
CMYK 0.29 0.45 0 0.60
HSL 261.33º 0.29% 0.31% -
HSV(B) 261.33º 0.45% 0.4% -
XYZ 6.44 5.15 12.97 -
YUV 65.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 72 56 101 0.29 0.45 0 0.60 261.33 0.29 0.31
Hex 48 38 65 1D 2D 0 3C 105 1D 1F
Octal 110 70 145 35 55 0 74 405 35 37
Binary 1001000 111000 1100101 11101 101101 0 111100 100000101 11101 11111

Color Harmonies of #483865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483865

Black with #483865

Text Example


Text Example

White with #483865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483865; }

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

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

background-color css

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

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

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

border-color css

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

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

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