Html Css Color HEX #414F84 Tory Blue

📋 copy color: '#414F84'

red 65 ◦ green 79 ◦ blue 132

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

Shades of Tory Blue #414F84

Tints of Tory Blue #414F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 23.55%
G = 28.62%
B = 47.83%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#414F84 (or 0x414F84) is known color: Tory Blue. HEX triplet: 41, 4F and 84. RGB value is (65,79,132). Sum of RGB (Red+Green+Blue) = 65+79+132=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #414F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F84 is #BEB07B. Grayscale: #505050. Windows color (decimal): -12497020 or 8671041. OLE color: 8671041.

HSL color Cylindrical-coordinate representation of color #414F84: hue angle of 227.46º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414F84 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 79 132 -
CMYK 0.51 0.40 0 0.48
HSL 227.46º 0.34% 0.39% -
HSV(B) 227.46º 0.51% 0.52% -
XYZ 9.14 8.38 22.97 -
YUV 80.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 65 79 132 0.51 0.40 0 0.48 227.46 0.34 0.39
Hex 41 4F 84 33 28 0 30 E3 22 27
Octal 101 117 204 63 50 0 60 343 42 47
Binary 1000001 1001111 10000100 110011 101000 0 110000 11100011 100010 100111

Color Harmonies of #414F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F84

Black with #414F84

Text Example


Text Example

White with #414F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,132); }

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

background-color css

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

 a { background-color: rgb(65,79,132); }

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

border-color css

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

 span { border-color: rgb(65,79,132); }

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