#7074BE

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

Shades of Chetwode Blue #7074BE

Tints of Chetwode Blue #7074BE

Color information

#7074BE (or 0x7074BE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 74 and BE. RGB value is (112,116,190). Sum of RGB (Red+Green+Blue) = 112+116+190=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #7074BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074BE is #8F8B41. Grayscale: #7A7A7A. Windows color (decimal): -9407298 or 12481648. OLE color: 12481648.

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

Color convert

RGB112116190-
CMYK0.410.3900.25
HSL236.92º37.5%59.22%-
HSV(B)236.92º41.05%74.51%-
XYZ22.2219.6551.34-
YUV123.24165.67119.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=26.79%
G=27.75%
B=45.45%

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
Decimal1121161900.410.3900.25236.9237.559.22
Hex7074BE2927019ed263b
Octal16016427651470313554673
Binary111000011101001011111010100110011101100111101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7074BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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