Html Css Color HEX #4B428B Dark Slate Blue

📋 copy color: '#4B428B'

red 75 ◦ green 66 ◦ blue 139

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

Shades of Dark Slate Blue #4B428B

Tints of Dark Slate Blue #4B428B

RGB

 RED value IS 75 (29.69% from 255) = 26.79%

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 26.79%
G = 23.57%
B = 49.64%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B428B (or 0x4B428B) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 8B. RGB value is (75,66,139). Sum of RGB (Red+Green+Blue) = 75+66+139=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B428B is #B4BD74. Grayscale: #4C4C4C. Windows color (decimal): -11844981 or 9126475. OLE color: 9126475.

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

Color convert

RGB 75 66 139 -
CMYK 0.46 0.53 0 0.45
HSL 247.4º 0.36% 0.4% -
HSV(B) 247.4º 0.53% 0.55% -
XYZ 9.51 7.26 25.33 -
YUV 77.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 75 66 139 0.46 0.53 0 0.45 247.4 0.36 0.4
Hex 4B 42 8B 2E 35 0 2D F7 24 28
Octal 113 102 213 56 65 0 55 367 44 50
Binary 1001011 1000010 10001011 101110 110101 0 101101 11110111 100100 101000

Color Harmonies of #4B428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B428B

Black with #4B428B

Text Example


Text Example

White with #4B428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,139); }

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

background-color css

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

 a { background-color: rgb(75,66,139); }

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

border-color css

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

 span { border-color: rgb(75,66,139); }

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