Html Css Color HEX #48385C Meteorite

📋 copy color: '#48385C'

red 72 ◦ green 56 ◦ blue 92

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

Shades of Meteorite #48385C

Tints of Meteorite #48385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 32.73%
G = 25.45%
B = 41.82%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48385C (or 0x48385C) is known color: Meteorite. HEX triplet: 48, 38 and 5C. RGB value is (72,56,92). Sum of RGB (Red+Green+Blue) = 72+56+92=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #48385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48385C is #B7C7A3. Grayscale: #404040. Windows color (decimal): -12044196 or 6043720. OLE color: 6043720.

HSL color Cylindrical-coordinate representation of color #48385C: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48385C is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 56 92 -
CMYK 0.22 0.39 0 0.64
HSL 266.67º 0.24% 0.29% -
HSV(B) 266.67º 0.39% 0.36% -
XYZ 6.02 4.98 10.77 -
YUV 64.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 72 56 92 0.22 0.39 0 0.64 266.67 0.24 0.29
Hex 48 38 5C 16 27 0 40 10B 18 1D
Octal 110 70 134 26 47 0 100 413 30 35
Binary 1001000 111000 1011100 10110 100111 0 1000000 100001011 11000 11101

Color Harmonies of #48385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48385C

Black with #48385C

Text Example


Text Example

White with #48385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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