Html Css Color HEX #45468A Dark Slate Blue

📋 copy color: '#45468A'

red 69 ◦ green 70 ◦ blue 138

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

Shades of Dark Slate Blue #45468A

Tints of Dark Slate Blue #45468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 24.91%
G = 25.27%
B = 49.82%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45468A (or 0x45468A) is known color: Dark Slate Blue. HEX triplet: 45, 46 and 8A. RGB value is (69,70,138). Sum of RGB (Red+Green+Blue) = 69+70+138=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #45468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45468A is #BAB975. Grayscale: #4D4D4D. Windows color (decimal): -12237174 or 9061957. OLE color: 9061957.

HSL color Cylindrical-coordinate representation of color #45468A: hue angle of 239.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45468A is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 70 138 -
CMYK 0.5 0.49 0 0.46
HSL 239.13º 0.33% 0.41% -
HSV(B) 239.13º 0.5% 0.54% -
XYZ 9.23 7.48 25 -
YUV 77.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 69 70 138 0.5 0.49 0 0.46 239.13 0.33 0.41
Hex 45 46 8A 32 31 0 2E EF 21 29
Octal 105 106 212 62 61 0 56 357 41 51
Binary 1000101 1000110 10001010 110010 110001 0 101110 11101111 100001 101001

Color Harmonies of #45468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45468A

Black with #45468A

Text Example


Text Example

White with #45468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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