Html Css Color HEX #454098 Dark Slate Blue

📋 copy color: '#454098'

red 69 ◦ green 64 ◦ blue 152

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

Shades of Dark Slate Blue #454098

Tints of Dark Slate Blue #454098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 24.21%
G = 22.46%
B = 53.33%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#454098 (or 0x454098) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 98. RGB value is (69,64,152). Sum of RGB (Red+Green+Blue) = 69+64+152=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #454098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454098 is #BABF67. Grayscale: #4B4B4B. Windows color (decimal): -12238696 or 9977925. OLE color: 9977925.

HSL color Cylindrical-coordinate representation of color #454098: hue angle of 243.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454098 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 64 152 -
CMYK 0.55 0.58 0 0.40
HSL 243.41º 0.41% 0.42% -
HSV(B) 243.41º 0.58% 0.6% -
XYZ 9.96 7.2 30.57 -
YUV 75.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 69 64 152 0.55 0.58 0 0.40 243.41 0.41 0.42
Hex 45 40 98 37 3A 0 28 F3 29 2A
Octal 105 100 230 67 72 0 50 363 51 52
Binary 1000101 1000000 10011000 110111 111010 0 101000 11110011 101001 101010

Color Harmonies of #454098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454098

Black with #454098

Text Example


Text Example

White with #454098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454098; }

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

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

background-color css

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

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

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

border-color css

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

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

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