Html Css Color HEX #414992 Tory Blue

📋 copy color: '#414992'

red 65 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #414992

Tints of Tory Blue #414992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 22.89%
G = 25.7%
B = 51.41%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#414992 (or 0x414992) is known color: Tory Blue. HEX triplet: 41, 49 and 92. RGB value is (65,73,146). Sum of RGB (Red+Green+Blue) = 65+73+146=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #414992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414992 is #BEB66D. Grayscale: #4E4E4E. Windows color (decimal): -12498542 or 9587009. OLE color: 9587009.

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

Color convert

RGB 65 73 146 -
CMYK 0.55 0.5 0 0.43
HSL 234.07º 0.38% 0.41% -
HSV(B) 234.07º 0.55% 0.57% -
XYZ 9.75 7.96 28.22 -
YUV 78.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 65 73 146 0.55 0.5 0 0.43 234.07 0.38 0.41
Hex 41 49 92 37 32 0 2B EA 26 29
Octal 101 111 222 67 62 0 53 352 46 51
Binary 1000001 1001001 10010010 110111 110010 0 101011 11101010 100110 101001

Color Harmonies of #414992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414992

Black with #414992

Text Example


Text Example

White with #414992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414992; }

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

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

background-color css

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

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

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

border-color css

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

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

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