#7079C4

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

Shades of Chetwode Blue #7079C4

Tints of Chetwode Blue #7079C4

Color information

#7079C4 (or 0x7079C4) is unknown color: approx Chetwode Blue. HEX triplet: 70, 79 and C4. RGB value is (112,121,196). Sum of RGB (Red+Green+Blue) = 112+121+196=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #7079C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079C4 is #8F863B. Grayscale: #7E7E7E. Windows color (decimal): -9406012 or 12876144. OLE color: 12876144.

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

Color convert

RGB112121196-
CMYK0.430.3800.23
HSL233.57º41.58%60.39%-
HSV(B)233.57º42.86%76.86%-
XYZ23.4821.1155.06-
YUV126.86167.02117.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=26.11%
G=28.21%
B=45.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121211960.430.3800.23233.5741.5860.39
Hex7079C42B26017ea2a3c
Octal16017130453460273525274
Binary111000011110011100010010101110011001011111101010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7079C4; }

 p { color: rgb(112,121,196); }

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

<style>
 a { background-color: #7079C4; }

 a { background-color: rgb(112,121,196); }

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

<style>
 span { border-color: #7079C4; }

 span { border-color: rgb(112,121,196); }

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