Html Css Color HEX #454190 Dark Slate Blue

📋 copy color: '#454190'

red 69 ◦ green 65 ◦ blue 144

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

Shades of Dark Slate Blue #454190

Tints of Dark Slate Blue #454190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 24.82%
G = 23.38%
B = 51.8%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#454190 (or 0x454190) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 90. RGB value is (69,65,144). Sum of RGB (Red+Green+Blue) = 69+65+144=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #454190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454190 is #BABE6F. Grayscale: #4A4A4A. Windows color (decimal): -12238448 or 9453893. OLE color: 9453893.

HSL color Cylindrical-coordinate representation of color #454190: hue angle of 243.04º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454190 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 65 144 -
CMYK 0.52 0.55 0 0.44
HSL 243.04º 0.38% 0.41% -
HSV(B) 243.04º 0.55% 0.56% -
XYZ 9.38 7.06 27.25 -
YUV 75.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 69 65 144 0.52 0.55 0 0.44 243.04 0.38 0.41
Hex 45 41 90 34 37 0 2C F3 26 29
Octal 105 101 220 64 67 0 54 363 46 51
Binary 1000101 1000001 10010000 110100 110111 0 101100 11110011 100110 101001

Color Harmonies of #454190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454190

Black with #454190

Text Example


Text Example

White with #454190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454190; }

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

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

background-color css

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

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

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

border-color css

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

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

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