Html Css Color HEX #45439B Dark Slate Blue

📋 copy color: '#45439B'

red 69 ◦ green 67 ◦ blue 155

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

Shades of Dark Slate Blue #45439B

Tints of Dark Slate Blue #45439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 23.71%
G = 23.02%
B = 53.26%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45439B (or 0x45439B) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 9B. RGB value is (69,67,155). Sum of RGB (Red+Green+Blue) = 69+67+155=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #45439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45439B is #BABC64. Grayscale: #4D4D4D. Windows color (decimal): -12237925 or 10175301. OLE color: 10175301.

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

Color convert

RGB 69 67 155 -
CMYK 0.55 0.57 0 0.39
HSL 241.36º 0.4% 0.44% -
HSV(B) 241.36º 0.57% 0.61% -
XYZ 10.38 7.65 31.94 -
YUV 77.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 69 67 155 0.55 0.57 0 0.39 241.36 0.4 0.44
Hex 45 43 9B 37 39 0 27 F1 28 2C
Octal 105 103 233 67 71 0 47 361 50 54
Binary 1000101 1000011 10011011 110111 111001 0 100111 11110001 101000 101100

Color Harmonies of #45439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45439B

Black with #45439B

Text Example


Text Example

White with #45439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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