#7475AF

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

Shades of Chetwode Blue #7475AF

Tints of Chetwode Blue #7475AF

Color information

#7475AF (or 0x7475AF) is unknown color: approx Chetwode Blue. HEX triplet: 74, 75 and AF. RGB value is (116,117,175). Sum of RGB (Red+Green+Blue) = 116+117+175=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #7475AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7475AF is #8B8A50. Grayscale: #7B7B7B. Windows color (decimal): -9144913 or 11498868. OLE color: 11498868.

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

Color convert

RGB116117175-
CMYK0.340.3300.31
HSL238.98º26.94%57.06%-
HSV(B)238.98º33.71%68.63%-
XYZ21.319.5343.2-
YUV123.31157.17122.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=28.43%
G=28.68%
B=42.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161171750.340.3300.31238.9826.9457.06
Hex7475AF222101Fef1b39
Octal16416525742410373573371
Binary11101001110101101011111000101000010111111110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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