Html Css Color HEX #70739F Chetwode Blue

📋 copy color: '#70739F'

red 112 ◦ green 115 ◦ blue 159

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

Shades of Chetwode Blue #70739F

Tints of Chetwode Blue #70739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 29.02%
G = 29.79%
B = 41.19%

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

#70739F (or 0x70739F) is known color: Chetwode Blue. HEX triplet: 70, 73 and 9F. RGB value is (112,115,159). Sum of RGB (Red+Green+Blue) = 112+115+159=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #70739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739F is #8F8C60. Grayscale: #767676. Windows color (decimal): -9407585 or 10449776. OLE color: 10449776.

HSL color Cylindrical-coordinate representation of color #70739F: hue angle of 236.17º 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 #70739F is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 115 159 -
CMYK 0.30 0.28 0 0.38
HSL 236.17º 0.2% 0.53% -
HSV(B) 236.17º 0.3% 0.62% -
XYZ 19.07 18.21 35.31 -
YUV 119.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 112 115 159 0.30 0.28 0 0.38 236.17 0.2 0.53
Hex 70 73 9F 1E 1C 0 26 EC 14 35
Octal 160 163 237 36 34 0 46 354 24 65
Binary 1110000 1110011 10011111 11110 11100 0 100110 11101100 10100 110101

Color Harmonies of #70739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70739F

Black with #70739F

Text Example


Text Example

White with #70739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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