Html Css Color HEX #4C438B Dark Slate Blue

📋 copy color: '#4C438B'

red 76 ◦ green 67 ◦ blue 139

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

Shades of Dark Slate Blue #4C438B

Tints of Dark Slate Blue #4C438B

RGB

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

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

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

R = 26.95%
G = 23.76%
B = 49.29%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C438B (or 0x4C438B) is known color: Dark Slate Blue. HEX triplet: 4C, 43 and 8B. RGB value is (76,67,139). Sum of RGB (Red+Green+Blue) = 76+67+139=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C438B is #B3BC74. Grayscale: #4D4D4D. Windows color (decimal): -11779189 or 9126732. OLE color: 9126732.

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

Color convert

RGB 76 67 139 -
CMYK 0.45 0.52 0 0.45
HSL 247.5º 0.35% 0.4% -
HSV(B) 247.5º 0.52% 0.55% -
XYZ 9.65 7.41 25.35 -
YUV 77.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 76 67 139 0.45 0.52 0 0.45 247.5 0.35 0.4
Hex 4C 43 8B 2D 34 0 2D F8 23 28
Octal 114 103 213 55 64 0 55 370 43 50
Binary 1001100 1000011 10001011 101101 110100 0 101101 11111000 100011 101000

Color Harmonies of #4C438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C438B

Black with #4C438B

Text Example


Text Example

White with #4C438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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