#7074BF

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

Shades of Chetwode Blue #7074BF

Tints of Chetwode Blue #7074BF

Color information

#7074BF (or 0x7074BF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 74 and BF. RGB value is (112,116,191). Sum of RGB (Red+Green+Blue) = 112+116+191=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #7074BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074BF is #8F8B40. Grayscale: #7B7B7B. Windows color (decimal): -9407297 or 12547184. OLE color: 12547184.

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

Color convert

RGB112116191-
CMYK0.410.3900.25
HSL236.96º38.16%59.41%-
HSV(B)236.96º41.36%74.9%-
XYZ22.3319.751.92-
YUV123.35166.17119.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 191 (75% from 255) = 45.58%
R=26.73%
G=27.68%
B=45.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121161910.410.3900.25236.9638.1659.41
Hex7074BF2927019ed263b
Octal16016427751470313554673
Binary111000011101001011111110100110011101100111101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7074BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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