Html Css Color HEX #454092 Dark Slate Blue

📋 copy color: '#454092'

red 69 ◦ green 64 ◦ blue 146

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

Shades of Dark Slate Blue #454092

Tints of Dark Slate Blue #454092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 24.73%
G = 22.94%
B = 52.33%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#454092 (or 0x454092) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 92. RGB value is (69,64,146). Sum of RGB (Red+Green+Blue) = 69+64+146=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #454092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454092 is #BABF6D. Grayscale: #4A4A4A. Windows color (decimal): -12238702 or 9584709. OLE color: 9584709.

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

Color convert

RGB 69 64 146 -
CMYK 0.53 0.56 0 0.43
HSL 243.66º 0.39% 0.41% -
HSV(B) 243.66º 0.56% 0.57% -
XYZ 9.48 7.01 28.05 -
YUV 74.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 69 64 146 0.53 0.56 0 0.43 243.66 0.39 0.41
Hex 45 40 92 35 38 0 2B F4 27 29
Octal 105 100 222 65 70 0 53 364 47 51
Binary 1000101 1000000 10010010 110101 111000 0 101011 11110100 100111 101001

Color Harmonies of #454092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454092

Black with #454092

Text Example


Text Example

White with #454092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454092; }

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

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

background-color css

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

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

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

border-color css

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

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

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