Html Css Color HEX #4C448B Dark Slate Blue

📋 copy color: '#4C448B'

red 76 ◦ green 68 ◦ blue 139

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

Shades of Dark Slate Blue #4C448B

Tints of Dark Slate Blue #4C448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 26.86%
G = 24.03%
B = 49.12%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C448B (or 0x4C448B) is known color: Dark Slate Blue. HEX triplet: 4C, 44 and 8B. RGB value is (76,68,139). Sum of RGB (Red+Green+Blue) = 76+68+139=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C448B is #B3BB74. Grayscale: #4E4E4E. Windows color (decimal): -11778933 or 9126988. OLE color: 9126988.

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

Color convert

RGB 76 68 139 -
CMYK 0.45 0.51 0 0.45
HSL 246.76º 0.34% 0.41% -
HSV(B) 246.76º 0.51% 0.55% -
XYZ 9.71 7.53 25.37 -
YUV 78.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 76 68 139 0.45 0.51 0 0.45 246.76 0.34 0.41
Hex 4C 44 8B 2D 33 0 2D F7 22 29
Octal 114 104 213 55 63 0 55 367 42 51
Binary 1001100 1000100 10001011 101101 110011 0 101101 11110111 100010 101001

Color Harmonies of #4C448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C448B

Black with #4C448B

Text Example


Text Example

White with #4C448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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