Html Css Color HEX #414C82 Tory Blue

📋 copy color: '#414C82'

red 65 ◦ green 76 ◦ blue 130

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

Shades of Tory Blue #414C82

Tints of Tory Blue #414C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 23.99%
G = 28.04%
B = 47.97%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414C82 (or 0x414C82) is known color: Tory Blue. HEX triplet: 41, 4C and 82. RGB value is (65,76,130). Sum of RGB (Red+Green+Blue) = 65+76+130=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #414C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C82 is #BEB37D. Grayscale: #4E4E4E. Windows color (decimal): -12497790 or 8539201. OLE color: 8539201.

HSL color Cylindrical-coordinate representation of color #414C82: hue angle of 229.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414C82 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 76 130 -
CMYK 0.50 0.42 0 0.49
HSL 229.85º 0.33% 0.38% -
HSV(B) 229.85º 0.5% 0.51% -
XYZ 8.79 7.9 22.18 -
YUV 78.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 65 76 130 0.50 0.42 0 0.49 229.85 0.33 0.38
Hex 41 4C 82 32 2A 0 31 E6 21 26
Octal 101 114 202 62 52 0 61 346 41 46
Binary 1000001 1001100 10000010 110010 101010 0 110001 11100110 100001 100110

Color Harmonies of #414C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C82

Black with #414C82

Text Example


Text Example

White with #414C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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