#71769B

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

Shades of Chetwode Blue #71769B

Tints of Chetwode Blue #71769B

Color information

#71769B (or 0x71769B) is unknown color: approx Chetwode Blue. HEX triplet: 71, 76 and 9B. RGB value is (113,118,155). Sum of RGB (Red+Green+Blue) = 113+118+155=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #71769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71769B is #8E8964. Grayscale: #787878. Windows color (decimal): -9341285 or 10188401. OLE color: 10188401.

HSL color Cylindrical-coordinate representation of color #71769B: hue angle of 232.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71769B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113118155-
CMYK0.270.2400.39
HSL232.86º17.36%52.55%-
HSV(B)232.86º27.1%60.78%-
XYZ19.218.8333.63-
YUV120.72147.34122.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=29.27%
G=30.57%
B=40.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131181550.270.2400.39232.8617.3652.55
Hex71769B1B18027e91135
Octal16116623333300473512165
Binary1110001111011010011011110111100001001111110100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71769B; }

 p { color: rgb(113,118,155); }

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

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

 a { background-color: rgb(113,118,155); }

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

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

 span { border-color: rgb(113,118,155); }

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