Html Css Color HEX #4B4288 Dark Slate Blue

📋 copy color: '#4B4288'

red 75 ◦ green 66 ◦ blue 136

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

Shades of Dark Slate Blue #4B4288

Tints of Dark Slate Blue #4B4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 27.08%
G = 23.83%
B = 49.1%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B4288 (or 0x4B4288) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 88. RGB value is (75,66,136). Sum of RGB (Red+Green+Blue) = 75+66+136=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4288 is #B4BD77. Grayscale: #4C4C4C. Windows color (decimal): -11844984 or 8929867. OLE color: 8929867.

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

Color convert

RGB 75 66 136 -
CMYK 0.45 0.51 0 0.47
HSL 247.71º 0.35% 0.4% -
HSV(B) 247.71º 0.51% 0.53% -
XYZ 9.29 7.17 24.19 -
YUV 76.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 75 66 136 0.45 0.51 0 0.47 247.71 0.35 0.4
Hex 4B 42 88 2D 33 0 2F F8 23 28
Octal 113 102 210 55 63 0 57 370 43 50
Binary 1001011 1000010 10001000 101101 110011 0 101111 11111000 100011 101000

Color Harmonies of #4B4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4288

Black with #4B4288

Text Example


Text Example

White with #4B4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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