Html Css Color HEX #414F89 Tory Blue

📋 copy color: '#414F89'

red 65 ◦ green 79 ◦ blue 137

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

Shades of Tory Blue #414F89

Tints of Tory Blue #414F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 23.13%
G = 28.11%
B = 48.75%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#414F89 (or 0x414F89) is known color: Tory Blue. HEX triplet: 41, 4F and 89. RGB value is (65,79,137). Sum of RGB (Red+Green+Blue) = 65+79+137=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #414F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F89 is #BEB076. Grayscale: #515151. Windows color (decimal): -12497015 or 8998721. OLE color: 8998721.

HSL color Cylindrical-coordinate representation of color #414F89: hue angle of 228.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414F89 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 79 137 -
CMYK 0.53 0.42 0 0.46
HSL 228.33º 0.36% 0.4% -
HSV(B) 228.33º 0.53% 0.54% -
XYZ 9.49 8.52 24.81 -
YUV 81.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 65 79 137 0.53 0.42 0 0.46 228.33 0.36 0.4
Hex 41 4F 89 35 2A 0 2E E4 24 28
Octal 101 117 211 65 52 0 56 344 44 50
Binary 1000001 1001111 10001001 110101 101010 0 101110 11100100 100100 101000

Color Harmonies of #414F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F89

Black with #414F89

Text Example


Text Example

White with #414F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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