Html Css Color HEX #45439D Dark Slate Blue

📋 copy color: '#45439D'

red 69 ◦ green 67 ◦ blue 157

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

Shades of Dark Slate Blue #45439D

Tints of Dark Slate Blue #45439D

RGB

 RED value IS 69 (27.34% from 255) = 23.55%

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 23.55%
G = 22.87%
B = 53.58%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45439D (or 0x45439D) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 9D. RGB value is (69,67,157). Sum of RGB (Red+Green+Blue) = 69+67+157=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #45439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45439D is #BABC62. Grayscale: #4D4D4D. Windows color (decimal): -12237923 or 10306373. OLE color: 10306373.

HSL color Cylindrical-coordinate representation of color #45439D: hue angle of 241.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45439D is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 67 157 -
CMYK 0.56 0.57 0 0.38
HSL 241.33º 0.4% 0.44% -
HSV(B) 241.33º 0.57% 0.62% -
XYZ 10.55 7.71 32.83 -
YUV 77.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 69 67 157 0.56 0.57 0 0.38 241.33 0.4 0.44
Hex 45 43 9D 38 39 0 26 F1 28 2C
Octal 105 103 235 70 71 0 46 361 50 54
Binary 1000101 1000011 10011101 111000 111001 0 100110 11110001 101000 101100

Color Harmonies of #45439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45439D

Black with #45439D

Text Example


Text Example

White with #45439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45439D; }

 p { color: rgb(69,67,157); }

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

background-color css

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

 a { background-color: rgb(69,67,157); }

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

border-color css

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

 span { border-color: rgb(69,67,157); }

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