Html Css Color HEX #414D91 Tory Blue

📋 copy color: '#414D91'

red 65 ◦ green 77 ◦ blue 145

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

Shades of Tory Blue #414D91

Tints of Tory Blue #414D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 22.65%
G = 26.83%
B = 50.52%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#414D91 (or 0x414D91) is known color: Tory Blue. HEX triplet: 41, 4D and 91. RGB value is (65,77,145). Sum of RGB (Red+Green+Blue) = 65+77+145=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #414D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414D91 is #BEB26E. Grayscale: #505050. Windows color (decimal): -12497519 or 9522497. OLE color: 9522497.

HSL color Cylindrical-coordinate representation of color #414D91: hue angle of 231º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414D91 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 77 145 -
CMYK 0.55 0.47 0 0.43
HSL 231º 0.38% 0.41% -
HSV(B) 231º 0.55% 0.57% -
XYZ 9.94 8.48 27.9 -
YUV 81.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 65 77 145 0.55 0.47 0 0.43 231 0.38 0.41
Hex 41 4D 91 37 2F 0 2B E7 26 29
Octal 101 115 221 67 57 0 53 347 46 51
Binary 1000001 1001101 10010001 110111 101111 0 101011 11100111 100110 101001

Color Harmonies of #414D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D91

Black with #414D91

Text Example


Text Example

White with #414D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D91; }

 p { color: rgb(65,77,145); }

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

background-color css

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

 a { background-color: rgb(65,77,145); }

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

border-color css

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

 span { border-color: rgb(65,77,145); }

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