#7079BC

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

Shades of Chetwode Blue #7079BC

Tints of Chetwode Blue #7079BC

Color information

#7079BC (or 0x7079BC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 79 and BC. RGB value is (112,121,188). Sum of RGB (Red+Green+Blue) = 112+121+188=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #7079BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079BC is #8F8643. Grayscale: #7D7D7D. Windows color (decimal): -9406020 or 12351856. OLE color: 12351856.

HSL color Cylindrical-coordinate representation of color #7079BC: hue angle of 232.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7079BC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112121188-
CMYK0.400.3600.26
HSL232.89º36.19%58.82%-
HSV(B)232.89º40.43%73.73%-
XYZ22.620.7550.39-
YUV125.95163.02118.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=26.60%
G=28.74%
B=44.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121211880.400.3600.26232.8936.1958.82
Hex7079BC282401Ae9243b
Octal16017127450440323514473
Binary111000011110011011110010100010010001101011101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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