#7078B4

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

Shades of Chetwode Blue #7078B4

Tints of Chetwode Blue #7078B4

Color information

#7078B4 (or 0x7078B4) is unknown color: approx Chetwode Blue. HEX triplet: 70, 78 and B4. RGB value is (112,120,180). Sum of RGB (Red+Green+Blue) = 112+120+180=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #7078B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078B4 is #8F874B. Grayscale: #7C7C7C. Windows color (decimal): -9406284 or 11827312. OLE color: 11827312.

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

Color convert

RGB112120180-
CMYK0.380.3300.29
HSL232.94º31.19%57.25%-
HSV(B)232.94º37.78%70.59%-
XYZ21.6420.1745.93-
YUV124.45159.35119.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=27.18%
G=29.13%
B=43.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121201800.380.3300.29232.9431.1957.25
Hex7078B4262101De91f39
Octal16017026446410353513771
Binary11100001111000101101001001101000010111011110100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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