Html Css Color HEX #415793 Tory Blue

📋 copy color: '#415793'

red 65 ◦ green 87 ◦ blue 147

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

Shades of Tory Blue #415793

Tints of Tory Blue #415793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 21.74%
G = 29.1%
B = 49.16%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415793 (or 0x415793) is known color: Tory Blue. HEX triplet: 41, 57 and 93. RGB value is (65,87,147). Sum of RGB (Red+Green+Blue) = 65+87+147=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #415793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415793 is #BEA86C. Grayscale: #575757. Windows color (decimal): -12494957 or 9656129. OLE color: 9656129.

HSL color Cylindrical-coordinate representation of color #415793: hue angle of 223.9º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415793 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 87 147 -
CMYK 0.56 0.41 0 0.42
HSL 223.9º 0.39% 0.42% -
HSV(B) 223.9º 0.56% 0.58% -
XYZ 10.85 10.05 28.97 -
YUV 87.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 65 87 147 0.56 0.41 0 0.42 223.9 0.39 0.42
Hex 41 57 93 38 29 0 2A E0 27 2A
Octal 101 127 223 70 51 0 52 340 47 52
Binary 1000001 1010111 10010011 111000 101001 0 101010 11100000 100111 101010

Color Harmonies of #415793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415793

Black with #415793

Text Example


Text Example

White with #415793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415793; }

 p { color: rgb(65,87,147); }

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

background-color css

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

 a { background-color: rgb(65,87,147); }

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

border-color css

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

 span { border-color: rgb(65,87,147); }

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