#7070BF

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

Shades of Chetwode Blue #7070BF

Tints of Chetwode Blue #7070BF

Color information

#7070BF (or 0x7070BF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 70 and BF. RGB value is (112,112,191). Sum of RGB (Red+Green+Blue) = 112+112+191=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #7070BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070BF is #8F8F40. Grayscale: #787878. Windows color (decimal): -9408321 or 12546160. OLE color: 12546160.

HSL color Cylindrical-coordinate representation of color #7070BF: hue angle of 240º 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 #7070BF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112112191-
CMYK0.410.4100.25
HSL240º38.16%59.41%-
HSV(B)240º41.36%74.9%-
XYZ21.8818.7951.76-
YUV121.01167.5121.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 191 (75% from 255) = 46.02%
R=26.99%
G=26.99%
B=46.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121121910.410.4100.2524038.1659.41
Hex7070BF2929019f0263b
Octal16016027751510313604673
Binary111000011100001011111110100110100101100111110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7070BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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