#717AC4

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

Shades of Chetwode Blue #717AC4

Tints of Chetwode Blue #717AC4

Color information

#717AC4 (or 0x717AC4) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7A and C4. RGB value is (113,122,196). Sum of RGB (Red+Green+Blue) = 113+122+196=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #717AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717AC4 is #8E853B. Grayscale: #7F7F7F. Windows color (decimal): -9340220 or 12876401. OLE color: 12876401.

HSL color Cylindrical-coordinate representation of color #717AC4: hue angle of 233.49º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #717AC4 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113122196-
CMYK0.420.3800.23
HSL233.49º41.29%60.59%-
HSV(B)233.49º42.35%76.86%-
XYZ23.7321.4255.11-
YUV127.74166.52117.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=26.22%
G=28.31%
B=45.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131221960.420.3800.23233.4941.2960.59
Hex717AC42A26017e9293d
Octal16117230452460273515175
Binary111000111110101100010010101010011001011111101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717AC4; }

 p { color: rgb(113,122,196); }

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

<style>
 a { background-color: #717AC4; }

 a { background-color: rgb(113,122,196); }

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

<style>
 span { border-color: #717AC4; }

 span { border-color: rgb(113,122,196); }

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