Html Css Color HEX #414C92 Tory Blue

📋 copy color: '#414C92'

red 65 ◦ green 76 ◦ blue 146

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

Shades of Tory Blue #414C92

Tints of Tory Blue #414C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 22.65%
G = 26.48%
B = 50.87%

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

#414C92 (or 0x414C92) is known color: Tory Blue. HEX triplet: 41, 4C and 92. RGB value is (65,76,146). Sum of RGB (Red+Green+Blue) = 65+76+146=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #414C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C92 is #BEB36D. Grayscale: #505050. Windows color (decimal): -12497774 or 9587777. OLE color: 9587777.

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

Color convert

RGB 65 76 146 -
CMYK 0.55 0.48 0 0.43
HSL 231.85º 0.38% 0.41% -
HSV(B) 231.85º 0.55% 0.57% -
XYZ 9.95 8.37 28.28 -
YUV 80.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 65 76 146 0.55 0.48 0 0.43 231.85 0.38 0.41
Hex 41 4C 92 37 30 0 2B E8 26 29
Octal 101 114 222 67 60 0 53 350 46 51
Binary 1000001 1001100 10010010 110111 110000 0 101011 11101000 100110 101001

Color Harmonies of #414C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C92

Black with #414C92

Text Example


Text Example

White with #414C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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