Html Css Color HEX #44448B Dark Slate Blue

📋 copy color: '#44448B'

red 68 ◦ green 68 ◦ blue 139

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

Shades of Dark Slate Blue #44448B

Tints of Dark Slate Blue #44448B

RGB

 RED value IS 68 (26.95% from 255) = 24.73%

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

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

R = 24.73%
G = 24.73%
B = 50.55%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44448B (or 0x44448B) is known color: Dark Slate Blue. HEX triplet: 44, 44 and 8B. RGB value is (68,68,139). Sum of RGB (Red+Green+Blue) = 68+68+139=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #44448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44448B is #BBBB74. Grayscale: #4B4B4B. Windows color (decimal): -12303221 or 9126980. OLE color: 9126980.

HSL color Cylindrical-coordinate representation of color #44448B: hue angle of 240º 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 #44448B is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 68 139 -
CMYK 0.51 0.51 0 0.45
HSL 240º 0.34% 0.41% -
HSV(B) 240º 0.51% 0.55% -
XYZ 9.11 7.23 25.34 -
YUV 76.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 68 68 139 0.51 0.51 0 0.45 240 0.34 0.41
Hex 44 44 8B 33 33 0 2D F0 22 29
Octal 104 104 213 63 63 0 55 360 42 51
Binary 1000100 1000100 10001011 110011 110011 0 101101 11110000 100010 101001

Color Harmonies of #44448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44448B

Black with #44448B

Text Example


Text Example

White with #44448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44448B; }

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

 H1.HeaderClassName
 {
   color: #44448B;
 }
 .AnyTagClassName
 {
   color: #44448B;
 }
</style>

background-color css

<style>
 a { background-color: #44448B; }

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

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

border-color css

<style>
 span { border-color: #44448B; }

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

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