Html Css Color HEX #474F89 Tory Blue

📋 copy color: '#474F89'

red 71 ◦ green 79 ◦ blue 137

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

Shades of Tory Blue #474F89

Tints of Tory Blue #474F89

RGB

 RED value IS 71 (28.13% from 255) = 24.74%

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

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

R = 24.74%
G = 27.53%
B = 47.74%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474F89 (or 0x474F89) is known color: Tory Blue. HEX triplet: 47, 4F and 89. RGB value is (71,79,137). Sum of RGB (Red+Green+Blue) = 71+79+137=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #474F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F89 is #B8B076. Grayscale: #525252. Windows color (decimal): -12103799 or 8998727. OLE color: 8998727.

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

Color convert

RGB 71 79 137 -
CMYK 0.48 0.42 0 0.46
HSL 232.73º 0.32% 0.41% -
HSV(B) 232.73º 0.48% 0.54% -
XYZ 9.91 8.74 24.83 -
YUV 83.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 71 79 137 0.48 0.42 0 0.46 232.73 0.32 0.41
Hex 47 4F 89 30 2A 0 2E E9 20 29
Octal 107 117 211 60 52 0 56 351 40 51
Binary 1000111 1001111 10001001 110000 101010 0 101110 11101001 100000 101001

Color Harmonies of #474F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F89

Black with #474F89

Text Example


Text Example

White with #474F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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