Html Css Color HEX #454194 Dark Slate Blue

📋 copy color: '#454194'

red 69 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #454194

Tints of Dark Slate Blue #454194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 24.47%
G = 23.05%
B = 52.48%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454194 (or 0x454194) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 94. RGB value is (69,65,148). Sum of RGB (Red+Green+Blue) = 69+65+148=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #454194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454194 is #BABE6B. Grayscale: #4B4B4B. Windows color (decimal): -12238444 or 9716037. OLE color: 9716037.

HSL color Cylindrical-coordinate representation of color #454194: hue angle of 242.89º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454194 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 65 148 -
CMYK 0.53 0.56 0 0.42
HSL 242.89º 0.39% 0.42% -
HSV(B) 242.89º 0.56% 0.58% -
XYZ 9.69 7.18 28.89 -
YUV 75.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 69 65 148 0.53 0.56 0 0.42 242.89 0.39 0.42
Hex 45 41 94 35 38 0 2A F3 27 2A
Octal 105 101 224 65 70 0 52 363 47 52
Binary 1000101 1000001 10010100 110101 111000 0 101010 11110011 100111 101010

Color Harmonies of #454194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454194

Black with #454194

Text Example


Text Example

White with #454194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454194; }

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

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

background-color css

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

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

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

border-color css

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

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

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