#7379A4

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

Shades of Chetwode Blue #7379A4

Tints of Chetwode Blue #7379A4

Color information

#7379A4 (or 0x7379A4) is unknown color: approx Chetwode Blue. HEX triplet: 73, 79 and A4. RGB value is (115,121,164). Sum of RGB (Red+Green+Blue) = 115+121+164=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #7379A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7379A4 is #8C865B. Grayscale: #7B7B7B. Windows color (decimal): -9209436 or 10778995. OLE color: 10778995.

HSL color Cylindrical-coordinate representation of color #7379A4: hue angle of 232.65º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7379A4 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115121164-
CMYK0.300.2600.36
HSL232.65º21.21%54.71%-
HSV(B)232.65º29.88%64.31%-
XYZ20.612037.9-
YUV124.11150.51121.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 164 (64.45% from 255) = 41%
R=28.75%
G=30.25%
B=41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151211640.300.2600.36232.6521.2154.71
Hex7379A41E1A024e91537
Octal16317124436320443512567
Binary1110011111100110100100111101101001001001110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7379A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7379A4; }

 p { color: rgb(115,121,164); }

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

<style>
 a { background-color: #7379A4; }

 a { background-color: rgb(115,121,164); }

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

<style>
 span { border-color: #7379A4; }

 span { border-color: rgb(115,121,164); }

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