Html Css Color HEX #4B427F Dark Slate Blue

📋 copy color: '#4B427F'

red 75 ◦ green 66 ◦ blue 127

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

Shades of Dark Slate Blue #4B427F

Tints of Dark Slate Blue #4B427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.39%

R = 27.99%
G = 24.63%
B = 47.39%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B427F (or 0x4B427F) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 7F. RGB value is (75,66,127). Sum of RGB (Red+Green+Blue) = 75+66+127=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B427F is #B4BD80. Grayscale: #4B4B4B. Windows color (decimal): -11844993 or 8340043. OLE color: 8340043.

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

Color convert

RGB 75 66 127 -
CMYK 0.41 0.48 0 0.50
HSL 248.85º 0.32% 0.38% -
HSV(B) 248.85º 0.48% 0.5% -
XYZ 8.68 6.92 20.96 -
YUV 75.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 75 66 127 0.41 0.48 0 0.50 248.85 0.32 0.38
Hex 4B 42 7F 29 30 0 32 F9 20 26
Octal 113 102 177 51 60 0 62 371 40 46
Binary 1001011 1000010 1111111 101001 110000 0 110010 11111001 100000 100110

Color Harmonies of #4B427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B427F

Black with #4B427F

Text Example


Text Example

White with #4B427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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