Html Css Color HEX #42448D Dark Slate Blue

📋 copy color: '#42448D'

red 66 ◦ green 68 ◦ blue 141

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

Shades of Dark Slate Blue #42448D

Tints of Dark Slate Blue #42448D

RGB

 RED value IS 66 (26.17% from 255) = 24%

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 24%
G = 24.73%
B = 51.27%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42448D (or 0x42448D) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 8D. RGB value is (66,68,141). Sum of RGB (Red+Green+Blue) = 66+68+141=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #42448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42448D is #BDBB72. Grayscale: #4B4B4B. Windows color (decimal): -12434291 or 9258050. OLE color: 9258050.

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

Color convert

RGB 66 68 141 -
CMYK 0.53 0.52 0 0.45
HSL 238.4º 0.36% 0.41% -
HSV(B) 238.4º 0.53% 0.55% -
XYZ 9.12 7.22 26.11 -
YUV 75.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 66 68 141 0.53 0.52 0 0.45 238.4 0.36 0.41
Hex 42 44 8D 35 34 0 2D EE 24 29
Octal 102 104 215 65 64 0 55 356 44 51
Binary 1000010 1000100 10001101 110101 110100 0 101101 11101110 100100 101001

Color Harmonies of #42448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42448D

Black with #42448D

Text Example


Text Example

White with #42448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42448D; }

 p { color: rgb(66,68,141); }

 H1.HeaderClassName
 {
   color: #42448D;
 }
 .AnyTagClassName
 {
   color: #42448D;
 }
</style>

background-color css

<style>
 a { background-color: #42448D; }

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

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

border-color css

<style>
 span { border-color: #42448D; }

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

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