Html Css Color HEX #434793 Dark Slate Blue

📋 copy color: '#434793'

red 67 ◦ green 71 ◦ blue 147

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

Shades of Dark Slate Blue #434793

Tints of Dark Slate Blue #434793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 23.51%
G = 24.91%
B = 51.58%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434793 (or 0x434793) is known color: Dark Slate Blue. HEX triplet: 43, 47 and 93. RGB value is (67,71,147). Sum of RGB (Red+Green+Blue) = 67+71+147=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #434793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434793 is #BCB86C. Grayscale: #4E4E4E. Windows color (decimal): -12367981 or 9652035. OLE color: 9652035.

HSL color Cylindrical-coordinate representation of color #434793: hue angle of 237º 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 #434793 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 71 147 -
CMYK 0.54 0.52 0 0.42
HSL 237º 0.37% 0.42% -
HSV(B) 237º 0.54% 0.58% -
XYZ 9.83 7.81 28.59 -
YUV 78.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 67 71 147 0.54 0.52 0 0.42 237 0.37 0.42
Hex 43 47 93 36 34 0 2A ED 25 2A
Octal 103 107 223 66 64 0 52 355 45 52
Binary 1000011 1000111 10010011 110110 110100 0 101010 11101101 100101 101010

Color Harmonies of #434793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434793

Black with #434793

Text Example


Text Example

White with #434793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434793; }

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

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

background-color css

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

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

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

border-color css

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

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

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