Html Css Color HEX #483875 Meteorite

📋 copy color: '#483875'

red 72 ◦ green 56 ◦ blue 117

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

Shades of Meteorite #483875

Tints of Meteorite #483875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 29.39%
G = 22.86%
B = 47.76%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483875 (or 0x483875) is known color: Meteorite. HEX triplet: 48, 38 and 75. RGB value is (72,56,117). Sum of RGB (Red+Green+Blue) = 72+56+117=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #483875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483875 is #B7C78A. Grayscale: #434343. Windows color (decimal): -12044171 or 7682120. OLE color: 7682120.

HSL color Cylindrical-coordinate representation of color #483875: hue angle of 255.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483875 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 56 117 -
CMYK 0.38 0.52 0 0.54
HSL 255.74º 0.35% 0.34% -
HSV(B) 255.74º 0.52% 0.46% -
XYZ 7.3 5.49 17.5 -
YUV 67.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 72 56 117 0.38 0.52 0 0.54 255.74 0.35 0.34
Hex 48 38 75 26 34 0 36 100 23 22
Octal 110 70 165 46 64 0 66 400 43 42
Binary 1001000 111000 1110101 100110 110100 0 110110 100000000 100011 100010

Color Harmonies of #483875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483875

Black with #483875

Text Example


Text Example

White with #483875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483875; }

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

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

background-color css

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

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

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

border-color css

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

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

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