#707BB9

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

Shades of Chetwode Blue #707BB9

Tints of Chetwode Blue #707BB9

Color information

#707BB9 (or 0x707BB9) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7B and B9. RGB value is (112,123,185). Sum of RGB (Red+Green+Blue) = 112+123+185=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #707BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BB9 is #8F8446. Grayscale: #7E7E7E. Windows color (decimal): -9405511 or 12155760. OLE color: 12155760.

HSL color Cylindrical-coordinate representation of color #707BB9: hue angle of 230.96º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707BB9 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112123185-
CMYK0.390.3400.27
HSL230.96º34.27%58.24%-
HSV(B)230.96º39.46%72.55%-
XYZ22.5221.1148.79-
YUV126.78160.86117.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=26.67%
G=29.29%
B=44.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121231850.390.3400.27230.9634.2758.24
Hex707BB9272201Be7223a
Octal16017327147420333474272
Binary111000011110111011100110011110001001101111100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707BB9; }

 p { color: rgb(112,123,185); }

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

<style>
 a { background-color: #707BB9; }

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

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

<style>
 span { border-color: #707BB9; }

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

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