Html Css Color HEX #45438A Dark Slate Blue

📋 copy color: '#45438A'

red 69 ◦ green 67 ◦ blue 138

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

Shades of Dark Slate Blue #45438A

Tints of Dark Slate Blue #45438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 25.18%
G = 24.45%
B = 50.36%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45438A (or 0x45438A) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 8A. RGB value is (69,67,138). Sum of RGB (Red+Green+Blue) = 69+67+138=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #45438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45438A is #BABC75. Grayscale: #4B4B4B. Windows color (decimal): -12237942 or 9061189. OLE color: 9061189.

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

Color convert

RGB 69 67 138 -
CMYK 0.5 0.51 0 0.46
HSL 241.69º 0.35% 0.4% -
HSV(B) 241.69º 0.51% 0.54% -
XYZ 9.05 7.11 24.94 -
YUV 75.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 69 67 138 0.5 0.51 0 0.46 241.69 0.35 0.4
Hex 45 43 8A 32 33 0 2E F2 23 28
Octal 105 103 212 62 63 0 56 362 43 50
Binary 1000101 1000011 10001010 110010 110011 0 101110 11110010 100011 101000

Color Harmonies of #45438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45438A

Black with #45438A

Text Example


Text Example

White with #45438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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