#71769C

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

Shades of Chetwode Blue #71769C

Tints of Chetwode Blue #71769C

Color information

#71769C (or 0x71769C) is unknown color: approx Chetwode Blue. HEX triplet: 71, 76 and 9C. RGB value is (113,118,156). Sum of RGB (Red+Green+Blue) = 113+118+156=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #71769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71769C is #8E8963. Grayscale: #787878. Windows color (decimal): -9341284 or 10253937. OLE color: 10253937.

HSL color Cylindrical-coordinate representation of color #71769C: hue angle of 233.02º 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 #71769C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113118156-
CMYK0.280.2400.39
HSL233.02º17.84%52.75%-
HSV(B)233.02º27.56%61.18%-
XYZ19.2918.8734.08-
YUV120.84147.84122.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=29.20%
G=30.49%
B=40.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131181560.280.2400.39233.0217.8452.75
Hex71769C1C18027e91235
Octal16116623434300473512265
Binary1110001111011010011100111001100001001111110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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