Html Css Color HEX #475488 Tory Blue

📋 copy color: '#475488'

red 71 ◦ green 84 ◦ blue 136

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

Shades of Tory Blue #475488

Tints of Tory Blue #475488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 24.4%
G = 28.87%
B = 46.74%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475488 (or 0x475488) is known color: Tory Blue. HEX triplet: 47, 54 and 88. RGB value is (71,84,136). Sum of RGB (Red+Green+Blue) = 71+84+136=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #475488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475488 is #B8AB77. Grayscale: #555555. Windows color (decimal): -12102520 or 8934471. OLE color: 8934471.

HSL color Cylindrical-coordinate representation of color #475488: hue angle of 228º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475488 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 84 136 -
CMYK 0.48 0.38 0 0.47
HSL 228º 0.31% 0.41% -
HSV(B) 228º 0.48% 0.53% -
XYZ 10.21 9.46 24.58 -
YUV 86.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 71 84 136 0.48 0.38 0 0.47 228 0.31 0.41
Hex 47 54 88 30 26 0 2F E4 1F 29
Octal 107 124 210 60 46 0 57 344 37 51
Binary 1000111 1010100 10001000 110000 100110 0 101111 11100100 11111 101001

Color Harmonies of #475488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475488

Black with #475488

Text Example


Text Example

White with #475488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475488; }

 p { color: rgb(71,84,136); }

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

background-color css

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

 a { background-color: rgb(71,84,136); }

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

border-color css

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

 span { border-color: rgb(71,84,136); }

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