#7078BF

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

Shades of Chetwode Blue #7078BF

Tints of Chetwode Blue #7078BF

Color information

#7078BF (or 0x7078BF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 78 and BF. RGB value is (112,120,191). Sum of RGB (Red+Green+Blue) = 112+120+191=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7078BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078BF is #8F8740. Grayscale: #7D7D7D. Windows color (decimal): -9406273 or 12548208. OLE color: 12548208.

HSL color Cylindrical-coordinate representation of color #7078BF: hue angle of 233.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7078BF is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112120191-
CMYK0.410.3700.25
HSL233.92º38.16%59.41%-
HSV(B)233.92º41.36%74.9%-
XYZ22.820.6452.07-
YUV125.7164.85118.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 191 (75% from 255) = 45.15%
R=26.48%
G=28.37%
B=45.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121201910.410.3700.25233.9238.1659.41
Hex7078BF2925019ea263b
Octal16017027751450313524673
Binary111000011110001011111110100110010101100111101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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