Html Css Color HEX #70739A Chetwode Blue

📋 copy color: '#70739A'

red 112 ◦ green 115 ◦ blue 154

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

Shades of Chetwode Blue #70739A

Tints of Chetwode Blue #70739A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 29.4%
G = 30.18%
B = 40.42%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70739A (or 0x70739A) is known color: Chetwode Blue. HEX triplet: 70, 73 and 9A. RGB value is (112,115,154). Sum of RGB (Red+Green+Blue) = 112+115+154=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #70739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739A is #8F8C65. Grayscale: #767676. Windows color (decimal): -9407590 or 10122096. OLE color: 10122096.

HSL color Cylindrical-coordinate representation of color #70739A: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70739A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 115 154 -
CMYK 0.27 0.25 0 0.40
HSL 235.71º 0.17% 0.52% -
HSV(B) 235.71º 0.27% 0.6% -
XYZ 18.65 18.04 33.07 -
YUV 118.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 112 115 154 0.27 0.25 0 0.40 235.71 0.17 0.52
Hex 70 73 9A 1B 19 0 28 EC 11 34
Octal 160 163 232 33 31 0 50 354 21 64
Binary 1110000 1110011 10011010 11011 11001 0 101000 11101100 10001 110100

Color Harmonies of #70739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70739A

Black with #70739A

Text Example


Text Example

White with #70739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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