Html Css Color HEX #454094 Dark Slate Blue

📋 copy color: '#454094'

red 69 ◦ green 64 ◦ blue 148

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

Shades of Dark Slate Blue #454094

Tints of Dark Slate Blue #454094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 24.56%
G = 22.78%
B = 52.67%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454094 (or 0x454094) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 94. RGB value is (69,64,148). Sum of RGB (Red+Green+Blue) = 69+64+148=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #454094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454094 is #BABF6B. Grayscale: #4A4A4A. Windows color (decimal): -12238700 or 9715781. OLE color: 9715781.

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

Color convert

RGB 69 64 148 -
CMYK 0.53 0.57 0 0.42
HSL 243.57º 0.4% 0.42% -
HSV(B) 243.57º 0.57% 0.58% -
XYZ 9.63 7.07 28.87 -
YUV 75.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 69 64 148 0.53 0.57 0 0.42 243.57 0.4 0.42
Hex 45 40 94 35 39 0 2A F4 28 2A
Octal 105 100 224 65 71 0 52 364 50 52
Binary 1000101 1000000 10010100 110101 111001 0 101010 11110100 101000 101010

Color Harmonies of #454094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454094

Black with #454094

Text Example


Text Example

White with #454094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454094; }

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

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

background-color css

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

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

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

border-color css

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

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

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