Html Css Color HEX #454F89 Tory Blue

📋 copy color: '#454F89'

red 69 ◦ green 79 ◦ blue 137

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

Shades of Tory Blue #454F89

Tints of Tory Blue #454F89

RGB

 RED value IS 69 (27.34% from 255) = 24.21%

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

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

R = 24.21%
G = 27.72%
B = 48.07%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454F89 (or 0x454F89) is known color: Tory Blue. HEX triplet: 45, 4F and 89. RGB value is (69,79,137). Sum of RGB (Red+Green+Blue) = 69+79+137=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #454F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F89 is #BAB076. Grayscale: #525252. Windows color (decimal): -12234871 or 8998725. OLE color: 8998725.

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

Color convert

RGB 69 79 137 -
CMYK 0.50 0.42 0 0.46
HSL 231.18º 0.33% 0.4% -
HSV(B) 231.18º 0.5% 0.54% -
XYZ 9.77 8.66 24.82 -
YUV 82.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 69 79 137 0.50 0.42 0 0.46 231.18 0.33 0.4
Hex 45 4F 89 32 2A 0 2E E7 21 28
Octal 105 117 211 62 52 0 56 347 41 50
Binary 1000101 1001111 10001001 110010 101010 0 101110 11100111 100001 101000

Color Harmonies of #454F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F89

Black with #454F89

Text Example


Text Example

White with #454F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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