Html Css Color HEX #42448F Dark Slate Blue

📋 copy color: '#42448F'

red 66 ◦ green 68 ◦ blue 143

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

Shades of Dark Slate Blue #42448F

Tints of Dark Slate Blue #42448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 23.83%
G = 24.55%
B = 51.62%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42448F (or 0x42448F) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 8F. RGB value is (66,68,143). Sum of RGB (Red+Green+Blue) = 66+68+143=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #42448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42448F is #BDBB70. Grayscale: #4B4B4B. Windows color (decimal): -12434289 or 9389122. OLE color: 9389122.

HSL color Cylindrical-coordinate representation of color #42448F: hue angle of 238.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42448F is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 68 143 -
CMYK 0.54 0.52 0 0.44
HSL 238.44º 0.37% 0.41% -
HSV(B) 238.44º 0.54% 0.56% -
XYZ 9.27 7.28 26.9 -
YUV 75.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 66 68 143 0.54 0.52 0 0.44 238.44 0.37 0.41
Hex 42 44 8F 36 34 0 2C EE 25 29
Octal 102 104 217 66 64 0 54 356 45 51
Binary 1000010 1000100 10001111 110110 110100 0 101100 11101110 100101 101001

Color Harmonies of #42448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42448F

Black with #42448F

Text Example


Text Example

White with #42448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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