Html Css Color HEX #43468F Dark Slate Blue

📋 copy color: '#43468F'

red 67 ◦ green 70 ◦ blue 143

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

Shades of Dark Slate Blue #43468F

Tints of Dark Slate Blue #43468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 23.93%
G = 25%
B = 51.07%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43468F (or 0x43468F) is known color: Dark Slate Blue. HEX triplet: 43, 46 and 8F. RGB value is (67,70,143). Sum of RGB (Red+Green+Blue) = 67+70+143=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #43468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43468F is #BCB970. Grayscale: #4D4D4D. Windows color (decimal): -12368241 or 9389635. OLE color: 9389635.

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

Color convert

RGB 67 70 143 -
CMYK 0.53 0.51 0 0.44
HSL 237.63º 0.36% 0.41% -
HSV(B) 237.63º 0.53% 0.56% -
XYZ 9.46 7.56 26.95 -
YUV 77.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 67 70 143 0.53 0.51 0 0.44 237.63 0.36 0.41
Hex 43 46 8F 35 33 0 2C EE 24 29
Octal 103 106 217 65 63 0 54 356 44 51
Binary 1000011 1000110 10001111 110101 110011 0 101100 11101110 100100 101001

Color Harmonies of #43468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43468F

Black with #43468F

Text Example


Text Example

White with #43468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,70,143); }

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

background-color css

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

 a { background-color: rgb(67,70,143); }

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

border-color css

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

 span { border-color: rgb(67,70,143); }

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