#70739D

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

Shades of Chetwode Blue #70739D

Tints of Chetwode Blue #70739D

Color information

#70739D (or 0x70739D) is unknown color: approx Chetwode Blue. HEX triplet: 70, 73 and 9D. RGB value is (112,115,157). Sum of RGB (Red+Green+Blue) = 112+115+157=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #70739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739D is #8F8C62. Grayscale: #767676. Windows color (decimal): -9407587 or 10318704. OLE color: 10318704.

HSL color Cylindrical-coordinate representation of color #70739D: hue angle of 236º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70739D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112115157-
CMYK0.290.2700.38
HSL236º18.67%52.75%-
HSV(B)236º28.66%61.57%-
XYZ18.918.1434.4-
YUV118.89149.51123.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=29.17%
G=29.95%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121151570.290.2700.3823618.6752.75
Hex70739D1D1B026ec1335
Octal16016323535330463542365
Binary1110000111001110011101111011101101001101110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70739D; }

 p { color: rgb(112,115,157); }

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

<style>
 a { background-color: #70739D; }

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

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

<style>
 span { border-color: #70739D; }

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

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