Html Css Color HEX #45418B Dark Slate Blue

📋 copy color: '#45418B'

red 69 ◦ green 65 ◦ blue 139

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

Shades of Dark Slate Blue #45418B

Tints of Dark Slate Blue #45418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 25.27%
G = 23.81%
B = 50.92%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45418B (or 0x45418B) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 8B. RGB value is (69,65,139). Sum of RGB (Red+Green+Blue) = 69+65+139=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #45418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45418B is #BABE74. Grayscale: #4A4A4A. Windows color (decimal): -12238453 or 9126213. OLE color: 9126213.

HSL color Cylindrical-coordinate representation of color #45418B: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45418B is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 65 139 -
CMYK 0.50 0.53 0 0.45
HSL 243.24º 0.36% 0.4% -
HSV(B) 243.24º 0.53% 0.55% -
XYZ 9 6.91 25.29 -
YUV 74.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 69 65 139 0.50 0.53 0 0.45 243.24 0.36 0.4
Hex 45 41 8B 32 35 0 2D F3 24 28
Octal 105 101 213 62 65 0 55 363 44 50
Binary 1000101 1000001 10001011 110010 110101 0 101101 11110011 100100 101000

Color Harmonies of #45418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45418B

Black with #45418B

Text Example


Text Example

White with #45418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,65,139); }

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

background-color css

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

 a { background-color: rgb(69,65,139); }

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

border-color css

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

 span { border-color: rgb(69,65,139); }

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