Html Css Color HEX #414890 Tory Blue

📋 copy color: '#414890'

red 65 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #414890

Tints of Tory Blue #414890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 23.13%
G = 25.62%
B = 51.25%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414890 (or 0x414890) is known color: Tory Blue. HEX triplet: 41, 48 and 90. RGB value is (65,72,144). Sum of RGB (Red+Green+Blue) = 65+72+144=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #414890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414890 is #BEB76F. Grayscale: #4D4D4D. Windows color (decimal): -12498800 or 9455681. OLE color: 9455681.

HSL color Cylindrical-coordinate representation of color #414890: hue angle of 234.68º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414890 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 72 144 -
CMYK 0.55 0.50 0 0.44
HSL 234.68º 0.38% 0.41% -
HSV(B) 234.68º 0.55% 0.56% -
XYZ 9.53 7.77 27.38 -
YUV 78.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 65 72 144 0.55 0.50 0 0.44 234.68 0.38 0.41
Hex 41 48 90 37 32 0 2C EB 26 29
Octal 101 110 220 67 62 0 54 353 46 51
Binary 1000001 1001000 10010000 110111 110010 0 101100 11101011 100110 101001

Color Harmonies of #414890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414890

Black with #414890

Text Example


Text Example

White with #414890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414890; }

 p { color: rgb(65,72,144); }

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

background-color css

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

 a { background-color: rgb(65,72,144); }

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

border-color css

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

 span { border-color: rgb(65,72,144); }

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