Html Css Color HEX #414C91 Tory Blue

📋 copy color: '#414C91'

red 65 ◦ green 76 ◦ blue 145

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

Shades of Tory Blue #414C91

Tints of Tory Blue #414C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

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

R = 22.73%
G = 26.57%
B = 50.7%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#414C91 (or 0x414C91) is known color: Tory Blue. HEX triplet: 41, 4C and 91. RGB value is (65,76,145). Sum of RGB (Red+Green+Blue) = 65+76+145=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #414C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C91 is #BEB36E. Grayscale: #505050. Windows color (decimal): -12497775 or 9522241. OLE color: 9522241.

HSL color Cylindrical-coordinate representation of color #414C91: hue angle of 231.75º 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 #414C91 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 76 145 -
CMYK 0.55 0.48 0 0.43
HSL 231.75º 0.38% 0.41% -
HSV(B) 231.75º 0.55% 0.57% -
XYZ 9.88 8.34 27.88 -
YUV 80.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 65 76 145 0.55 0.48 0 0.43 231.75 0.38 0.41
Hex 41 4C 91 37 30 0 2B E8 26 29
Octal 101 114 221 67 60 0 53 350 46 51
Binary 1000001 1001100 10010001 110111 110000 0 101011 11101000 100110 101001

Color Harmonies of #414C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C91

Black with #414C91

Text Example


Text Example

White with #414C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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