#7471AF

Color #7471AF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7471AF

Tints of Chetwode Blue #7471AF

Color information

#7471AF (or 0x7471AF) is unknown color: approx Chetwode Blue. HEX triplet: 74, 71 and AF. RGB value is (116,113,175). Sum of RGB (Red+Green+Blue) = 116+113+175=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7471AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7471AF is #8B8E50. Grayscale: #787878. Windows color (decimal): -9145937 or 11497844. OLE color: 11497844.

HSL color Cylindrical-coordinate representation of color #7471AF: hue angle of 242.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7471AF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116113175-
CMYK0.340.3500.31
HSL242.9º27.93%56.47%-
HSV(B)242.9º35.43%68.63%-
XYZ20.8518.6243.05-
YUV120.96158.49124.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=28.71%
G=27.97%
B=43.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161131750.340.3500.31242.927.9356.47
Hex7471AF222301Ff31c38
Octal16416125742430373633470
Binary11101001110001101011111000101000110111111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7471AF; }

 p { color: rgb(116,113,175); }

 H1.HeaderClassName
 {
   color: #7471AF;
 }
 .AnyTagClassName
 {
   color: #7471AF;
 }
</style>
background-color css

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

 a { background-color: rgb(116,113,175); }

 div.DivClassName
 {
   background-color: #7471AF;
 }
 .BgClassName
 {
   background-color: #7471AF;
 }
</style>
border-color css

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

 span { border-color: rgb(116,113,175); }

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