Html Css Color HEX #70759C Chetwode Blue

📋 copy color: '#70759C'

red 112 ◦ green 117 ◦ blue 156

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

Shades of Chetwode Blue #70759C

Tints of Chetwode Blue #70759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 29.09%
G = 30.39%
B = 40.52%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70759C (or 0x70759C) is known color: Chetwode Blue. HEX triplet: 70, 75 and 9C. RGB value is (112,117,156). Sum of RGB (Red+Green+Blue) = 112+117+156=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #70759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759C is #8F8A63. Grayscale: #777777. Windows color (decimal): -9407076 or 10253680. OLE color: 10253680.

HSL color Cylindrical-coordinate representation of color #70759C: hue angle of 233.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70759C is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 117 156 -
CMYK 0.28 0.25 0 0.39
HSL 233.18º 0.18% 0.53% -
HSV(B) 233.18º 0.28% 0.61% -
XYZ 19.04 18.57 34.03 -
YUV 119.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 112 117 156 0.28 0.25 0 0.39 233.18 0.18 0.53
Hex 70 75 9C 1C 19 0 27 E9 12 35
Octal 160 165 234 34 31 0 47 351 22 65
Binary 1110000 1110101 10011100 11100 11001 0 100111 11101001 10010 110101

Color Harmonies of #70759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70759C

Black with #70759C

Text Example


Text Example

White with #70759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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