Html Css Color HEX #45498E Dark Slate Blue

📋 copy color: '#45498E'

red 69 ◦ green 73 ◦ blue 142

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

Shades of Dark Slate Blue #45498E

Tints of Dark Slate Blue #45498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 142 (55.86% from 255) = 50%

R = 24.3%
G = 25.7%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45498E (or 0x45498E) is known color: Dark Slate Blue. HEX triplet: 45, 49 and 8E. RGB value is (69,73,142). Sum of RGB (Red+Green+Blue) = 69+73+142=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #45498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45498E is #BAB671. Grayscale: #4F4F4F. Windows color (decimal): -12236402 or 9324869. OLE color: 9324869.

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

Color convert

RGB 69 73 142 -
CMYK 0.51 0.49 0 0.44
HSL 236.71º 0.35% 0.41% -
HSV(B) 236.71º 0.51% 0.56% -
XYZ 9.72 7.98 26.62 -
YUV 79.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 69 73 142 0.51 0.49 0 0.44 236.71 0.35 0.41
Hex 45 49 8E 33 31 0 2C ED 23 29
Octal 105 111 216 63 61 0 54 355 43 51
Binary 1000101 1001001 10001110 110011 110001 0 101100 11101101 100011 101001

Color Harmonies of #45498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45498E

Black with #45498E

Text Example


Text Example

White with #45498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45498E; }

 p { color: rgb(69,73,142); }

 H1.HeaderClassName
 {
   color: #45498E;
 }
 .AnyTagClassName
 {
   color: #45498E;
 }
</style>

background-color css

<style>
 a { background-color: #45498E; }

 a { background-color: rgb(69,73,142); }

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

border-color css

<style>
 span { border-color: #45498E; }

 span { border-color: rgb(69,73,142); }

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