#71759C

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

Shades of Chetwode Blue #71759C

Tints of Chetwode Blue #71759C

Color information

#71759C (or 0x71759C) is unknown color: approx Chetwode Blue. HEX triplet: 71, 75 and 9C. RGB value is (113,117,156). Sum of RGB (Red+Green+Blue) = 113+117+156=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #71759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71759C is #8E8A63. Grayscale: #787878. Windows color (decimal): -9341540 or 10253681. OLE color: 10253681.

HSL color Cylindrical-coordinate representation of color #71759C: hue angle of 234.42º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71759C is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113117156-
CMYK0.280.2500.39
HSL234.42º17.84%52.75%-
HSV(B)234.42º27.56%61.18%-
XYZ19.1718.6334.04-
YUV120.25148.17122.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=29.27%
G=30.31%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131171560.280.2500.39234.4217.8452.75
Hex71759C1C19027ea1235
Octal16116523434310473522265
Binary1110001111010110011100111001100101001111110101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71759C; }

 p { color: rgb(113,117,156); }

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

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

 a { background-color: rgb(113,117,156); }

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

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

 span { border-color: rgb(113,117,156); }

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