Html Css Color HEX #45468C Dark Slate Blue

📋 copy color: '#45468C'

red 69 ◦ green 70 ◦ blue 140

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

Shades of Dark Slate Blue #45468C

Tints of Dark Slate Blue #45468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 24.73%
G = 25.09%
B = 50.18%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45468C (or 0x45468C) is known color: Dark Slate Blue. HEX triplet: 45, 46 and 8C. RGB value is (69,70,140). Sum of RGB (Red+Green+Blue) = 69+70+140=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #45468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45468C is #BAB973. Grayscale: #4D4D4D. Windows color (decimal): -12237172 or 9193029. OLE color: 9193029.

HSL color Cylindrical-coordinate representation of color #45468C: hue angle of 239.15º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45468C is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 70 140 -
CMYK 0.51 0.50 0 0.45
HSL 239.15º 0.34% 0.41% -
HSV(B) 239.15º 0.51% 0.55% -
XYZ 9.38 7.54 25.77 -
YUV 77.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 69 70 140 0.51 0.50 0 0.45 239.15 0.34 0.41
Hex 45 46 8C 33 32 0 2D EF 22 29
Octal 105 106 214 63 62 0 55 357 42 51
Binary 1000101 1000110 10001100 110011 110010 0 101101 11101111 100010 101001

Color Harmonies of #45468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45468C

Black with #45468C

Text Example


Text Example

White with #45468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45468C; }

 p { color: rgb(69,70,140); }

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

background-color css

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

 a { background-color: rgb(69,70,140); }

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

border-color css

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

 span { border-color: rgb(69,70,140); }

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