Html Css Color HEX #48585D Casal

📋 copy color: '#48585D'

red 72 ◦ green 88 ◦ blue 93

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

Shades of Casal #48585D

Tints of Casal #48585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 28.46%
G = 34.78%
B = 36.76%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48585D (or 0x48585D) is known color: Casal. HEX triplet: 48, 58 and 5D. RGB value is (72,88,93). Sum of RGB (Red+Green+Blue) = 72+88+93=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #48585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585D is #B7A7A2. Grayscale: #535353. Windows color (decimal): -12036003 or 6117448. OLE color: 6117448.

HSL color Cylindrical-coordinate representation of color #48585D: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48585D is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 88 93 -
CMYK 0.23 0.05 0 0.64
HSL 194.29º 0.13% 0.32% -
HSV(B) 194.29º 0.23% 0.36% -
XYZ 8.14 9.15 11.69 -
YUV 83.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 72 88 93 0.23 0.05 0 0.64 194.29 0.13 0.32
Hex 48 58 5D 17 5 0 40 C2 D 20
Octal 110 130 135 27 5 0 100 302 15 40
Binary 1001000 1011000 1011101 10111 101 0 1000000 11000010 1101 100000

Color Harmonies of #48585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48585D

Black with #48585D

Text Example


Text Example

White with #48585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48585D; }

 p { color: rgb(72,88,93); }

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

background-color css

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

 a { background-color: rgb(72,88,93); }

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

border-color css

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

 span { border-color: rgb(72,88,93); }

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