Html Css Color HEX #48438E Dark Slate Blue

📋 copy color: '#48438E'

red 72 ◦ green 67 ◦ blue 142

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

Shades of Dark Slate Blue #48438E

Tints of Dark Slate Blue #48438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 25.62%
G = 23.84%
B = 50.53%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48438E (or 0x48438E) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 8E. RGB value is (72,67,142). Sum of RGB (Red+Green+Blue) = 72+67+142=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #48438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48438E is #B7BC71. Grayscale: #4C4C4C. Windows color (decimal): -12041330 or 9323336. OLE color: 9323336.

HSL color Cylindrical-coordinate representation of color #48438E: hue angle of 244º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48438E is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 67 142 -
CMYK 0.49 0.53 0 0.44
HSL 244º 0.36% 0.41% -
HSV(B) 244º 0.53% 0.56% -
XYZ 9.56 7.35 26.5 -
YUV 77.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 72 67 142 0.49 0.53 0 0.44 244 0.36 0.41
Hex 48 43 8E 31 35 0 2C F4 24 29
Octal 110 103 216 61 65 0 54 364 44 51
Binary 1001000 1000011 10001110 110001 110101 0 101100 11110100 100100 101001

Color Harmonies of #48438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48438E

Black with #48438E

Text Example


Text Example

White with #48438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48438E; }

 p { color: rgb(72,67,142); }

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

background-color css

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

 a { background-color: rgb(72,67,142); }

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

border-color css

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

 span { border-color: rgb(72,67,142); }

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