#7078b6

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

Shades of Chetwode Blue #7078B6

Tints of Chetwode Blue #7078B6

Color information

#7078B6 (or 0x7078B6) is unknown color: approx Chetwode Blue. HEX triplet: 70, 78 and B6. RGB value is (112,120,182). Sum of RGB (Red+Green+Blue) = 112+120+182=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #7078B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078B6 is #8F8749. Grayscale: #7C7C7C. Windows color (decimal): -9406282 or 11958384. OLE color: 11958384.

HSL color Cylindrical-coordinate representation of color #7078B6: hue angle of 233.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7078B6 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112120182-
CMYK0.380.3400.29
HSL233.14º32.41%57.65%-
HSV(B)233.14º38.46%71.37%-
XYZ21.8420.2647.01-
YUV124.68160.35118.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=27.05%
G=28.99%
B=43.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121201820.380.3400.29233.1432.4157.65
Hex7078B6262201De9203a
Octal16017026646420353514072
Binary111000011110001011011010011010001001110111101001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7078b6; }

 p { color: rgb(112,120,182); }

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

<style>
 a { background-color: #7078b6; }

 a { background-color: rgb(112,120,182); }

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

<style>
 span { border-color: #7078b6; }

 span { border-color: rgb(112,120,182); }

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