Html Css Color HEX #414498 Dark Slate Blue

📋 copy color: '#414498'

red 65 ◦ green 68 ◦ blue 152

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

Shades of Dark Slate Blue #414498

Tints of Dark Slate Blue #414498

RGB

 RED value IS 65 (25.78% from 255) = 22.81%

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 22.81%
G = 23.86%
B = 53.33%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#414498 (or 0x414498) is known color: Dark Slate Blue. HEX triplet: 41, 44 and 98. RGB value is (65,68,152). Sum of RGB (Red+Green+Blue) = 65+68+152=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 68 (26.95% from 255 or 23.86% 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 #414498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414498 is #BEBB67. Grayscale: #4C4C4C. Windows color (decimal): -12499816 or 9978945. OLE color: 9978945.

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

Color convert

RGB 65 68 152 -
CMYK 0.57 0.55 0 0.40
HSL 237.93º 0.4% 0.43% -
HSV(B) 237.93º 0.57% 0.6% -
XYZ 9.91 7.53 30.64 -
YUV 76.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 65 68 152 0.57 0.55 0 0.40 237.93 0.4 0.43
Hex 41 44 98 39 37 0 28 EE 28 2B
Octal 101 104 230 71 67 0 50 356 50 53
Binary 1000001 1000100 10011000 111001 110111 0 101000 11101110 101000 101011

Color Harmonies of #414498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414498

Black with #414498

Text Example


Text Example

White with #414498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414498; }

 p { color: rgb(65,68,152); }

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

background-color css

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

 a { background-color: rgb(65,68,152); }

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

border-color css

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

 span { border-color: rgb(65,68,152); }

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