Html Css Color HEX #434493 Dark Slate Blue

📋 copy color: '#434493'

red 67 ◦ green 68 ◦ blue 147

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

Shades of Dark Slate Blue #434493

Tints of Dark Slate Blue #434493

RGB

 RED value IS 67 (26.56% from 255) = 23.76%

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

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

R = 23.76%
G = 24.11%
B = 52.13%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434493 (or 0x434493) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 93. RGB value is (67,68,147). Sum of RGB (Red+Green+Blue) = 67+68+147=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #434493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434493 is #BCBB6C. Grayscale: #4C4C4C. Windows color (decimal): -12368749 or 9651267. OLE color: 9651267.

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

Color convert

RGB 67 68 147 -
CMYK 0.54 0.54 0 0.42
HSL 239.25º 0.37% 0.42% -
HSV(B) 239.25º 0.54% 0.58% -
XYZ 9.65 7.43 28.53 -
YUV 76.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 67 68 147 0.54 0.54 0 0.42 239.25 0.37 0.42
Hex 43 44 93 36 36 0 2A EF 25 2A
Octal 103 104 223 66 66 0 52 357 45 52
Binary 1000011 1000100 10010011 110110 110110 0 101010 11101111 100101 101010

Color Harmonies of #434493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434493

Black with #434493

Text Example


Text Example

White with #434493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434493; }

 p { color: rgb(67,68,147); }

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

background-color css

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

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

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

border-color css

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

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

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