Html Css Color HEX #45488E Dark Slate Blue

📋 copy color: '#45488E'

red 69 ◦ green 72 ◦ blue 142

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

Shades of Dark Slate Blue #45488E

Tints of Dark Slate Blue #45488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 24.38%
G = 25.44%
B = 50.18%

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

#45488E (or 0x45488E) is known color: Dark Slate Blue. HEX triplet: 45, 48 and 8E. RGB value is (69,72,142). Sum of RGB (Red+Green+Blue) = 69+72+142=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #45488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45488E is #BAB771. Grayscale: #4E4E4E. Windows color (decimal): -12236658 or 9324613. OLE color: 9324613.

HSL color Cylindrical-coordinate representation of color #45488E: hue angle of 237.53º 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 #45488E is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 72 142 -
CMYK 0.51 0.49 0 0.44
HSL 237.53º 0.35% 0.41% -
HSV(B) 237.53º 0.51% 0.56% -
XYZ 9.65 7.85 26.6 -
YUV 79.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 69 72 142 0.51 0.49 0 0.44 237.53 0.35 0.41
Hex 45 48 8E 33 31 0 2C EE 23 29
Octal 105 110 216 63 61 0 54 356 43 51
Binary 1000101 1001000 10001110 110011 110001 0 101100 11101110 100011 101001

Color Harmonies of #45488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45488E

Black with #45488E

Text Example


Text Example

White with #45488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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