Html Css Color HEX #404093 Dark Slate Blue

📋 copy color: '#404093'

red 64 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #404093

Tints of Dark Slate Blue #404093

RGB

 RED value IS 64 (25.39% from 255) = 23.27%

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 23.27%
G = 23.27%
B = 53.45%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404093 (or 0x404093) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 93. RGB value is (64,64,147). Sum of RGB (Red+Green+Blue) = 64+64+147=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #404093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404093 is #BFBF6C. Grayscale: #494949. Windows color (decimal): -12566381 or 9650240. OLE color: 9650240.

HSL color Cylindrical-coordinate representation of color #404093: hue angle of 240º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404093 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 64 147 -
CMYK 0.56 0.56 0 0.42
HSL 240º 0.39% 0.41% -
HSV(B) 240º 0.56% 0.58% -
XYZ 9.21 6.86 28.44 -
YUV 73.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 64 64 147 0.56 0.56 0 0.42 240 0.39 0.41
Hex 40 40 93 38 38 0 2A F0 27 29
Octal 100 100 223 70 70 0 52 360 47 51
Binary 1000000 1000000 10010011 111000 111000 0 101010 11110000 100111 101001

Color Harmonies of #404093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404093

Black with #404093

Text Example


Text Example

White with #404093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404093; }

 p { color: rgb(64,64,147); }

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

background-color css

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

 a { background-color: rgb(64,64,147); }

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

border-color css

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

 span { border-color: rgb(64,64,147); }

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