Html Css Color HEX #70759D Chetwode Blue

📋 copy color: '#70759D'

red 112 ◦ green 117 ◦ blue 157

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

Shades of Chetwode Blue #70759D

Tints of Chetwode Blue #70759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 29.02%
G = 30.31%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70759D (or 0x70759D) is known color: Chetwode Blue. HEX triplet: 70, 75 and 9D. RGB value is (112,117,157). Sum of RGB (Red+Green+Blue) = 112+117+157=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #70759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759D is #8F8A62. Grayscale: #777777. Windows color (decimal): -9407075 or 10319216. OLE color: 10319216.

HSL color Cylindrical-coordinate representation of color #70759D: hue angle of 233.33º 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 #70759D is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 117 157 -
CMYK 0.29 0.25 0 0.38
HSL 233.33º 0.19% 0.53% -
HSV(B) 233.33º 0.29% 0.62% -
XYZ 19.13 18.6 34.48 -
YUV 120.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 112 117 157 0.29 0.25 0 0.38 233.33 0.19 0.53
Hex 70 75 9D 1D 19 0 26 E9 13 35
Octal 160 165 235 35 31 0 46 351 23 65
Binary 1110000 1110101 10011101 11101 11001 0 100110 11101001 10011 110101

Color Harmonies of #70759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70759D

Black with #70759D

Text Example


Text Example

White with #70759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70759D;
 }
 .AnyTagClassName
 {
   color: #70759D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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