Html Css Color HEX #454F88 Tory Blue

📋 copy color: '#454F88'

red 69 ◦ green 79 ◦ blue 136

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

Shades of Tory Blue #454F88

Tints of Tory Blue #454F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 24.3%
G = 27.82%
B = 47.89%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454F88 (or 0x454F88) is known color: Tory Blue. HEX triplet: 45, 4F and 88. RGB value is (69,79,136). Sum of RGB (Red+Green+Blue) = 69+79+136=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #454F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F88 is #BAB077. Grayscale: #525252. Windows color (decimal): -12234872 or 8933189. OLE color: 8933189.

HSL color Cylindrical-coordinate representation of color #454F88: hue angle of 231.04º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454F88 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 79 136 -
CMYK 0.49 0.42 0 0.47
HSL 231.04º 0.33% 0.4% -
HSV(B) 231.04º 0.49% 0.53% -
XYZ 9.69 8.63 24.45 -
YUV 82.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 69 79 136 0.49 0.42 0 0.47 231.04 0.33 0.4
Hex 45 4F 88 31 2A 0 2F E7 21 28
Octal 105 117 210 61 52 0 57 347 41 50
Binary 1000101 1001111 10001000 110001 101010 0 101111 11100111 100001 101000

Color Harmonies of #454F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F88

Black with #454F88

Text Example


Text Example

White with #454F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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