Html Css Color HEX #4C488B Dark Slate Blue

📋 copy color: '#4C488B'

red 76 ◦ green 72 ◦ blue 139

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

Shades of Dark Slate Blue #4C488B

Tints of Dark Slate Blue #4C488B

RGB

 RED value IS 76 (30.08% from 255) = 26.48%

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 26.48%
G = 25.09%
B = 48.43%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C488B (or 0x4C488B) is known color: Dark Slate Blue. HEX triplet: 4C, 48 and 8B. RGB value is (76,72,139). Sum of RGB (Red+Green+Blue) = 76+72+139=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C488B is #B3B774. Grayscale: #505050. Windows color (decimal): -11777909 or 9128012. OLE color: 9128012.

HSL color Cylindrical-coordinate representation of color #4C488B: hue angle of 243.58º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C488B is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 72 139 -
CMYK 0.45 0.48 0 0.45
HSL 243.58º 0.32% 0.41% -
HSV(B) 243.58º 0.48% 0.55% -
XYZ 9.96 8.04 25.45 -
YUV 80.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 76 72 139 0.45 0.48 0 0.45 243.58 0.32 0.41
Hex 4C 48 8B 2D 30 0 2D F4 20 29
Octal 114 110 213 55 60 0 55 364 40 51
Binary 1001100 1001000 10001011 101101 110000 0 101101 11110100 100000 101001

Color Harmonies of #4C488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C488B

Black with #4C488B

Text Example


Text Example

White with #4C488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C488B; }

 p { color: rgb(76,72,139); }

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

background-color css

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

 a { background-color: rgb(76,72,139); }

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

border-color css

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

 span { border-color: rgb(76,72,139); }

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