Html Css Color HEX #70729F Chetwode Blue

📋 copy color: '#70729F'

red 112 ◦ green 114 ◦ blue 159

#70729F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #70729F

Tints of Chetwode Blue #70729F

RGB

 RED value IS 112 (44.14% from 255) = 29.09%

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 29.09%
G = 29.61%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70729F (or 0x70729F) is known color: Chetwode Blue. HEX triplet: 70, 72 and 9F. RGB value is (112,114,159). Sum of RGB (Red+Green+Blue) = 112+114+159=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #70729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729F is #8F8D60. Grayscale: #767676. Windows color (decimal): -9407841 or 10449520. OLE color: 10449520.

HSL color Cylindrical-coordinate representation of color #70729F: hue angle of 237.45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70729F is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 114 159 -
CMYK 0.30 0.28 0 0.38
HSL 237.45º 0.2% 0.53% -
HSV(B) 237.45º 0.3% 0.62% -
XYZ 18.96 17.98 35.27 -
YUV 118.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 112 114 159 0.30 0.28 0 0.38 237.45 0.2 0.53
Hex 70 72 9F 1E 1C 0 26 ED 14 35
Octal 160 162 237 36 34 0 46 355 24 65
Binary 1110000 1110010 10011111 11110 11100 0 100110 11101101 10100 110101

Color Harmonies of #70729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70729F

Black with #70729F

Text Example


Text Example

White with #70729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70729F; }

 p { color: rgb(112,114,159); }

 H1.HeaderClassName
 {
   color: #70729F;
 }
 .AnyTagClassName
 {
   color: #70729F;
 }
</style>

background-color css

<style>
 a { background-color: #70729F; }

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

 div.DivClassName
 {
   background-color: #70729F;
 }
 .BgClassName
 {
   background-color: #70729F;
 }
</style>

border-color css

<style>
 span { border-color: #70729F; }

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

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