Html Css Color HEX #70759F Chetwode Blue

📋 copy color: '#70759F'

red 112 ◦ green 117 ◦ blue 159

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

Shades of Chetwode Blue #70759F

Tints of Chetwode Blue #70759F

RGB

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

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

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

R = 28.87%
G = 30.15%
B = 40.98%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70759F (or 0x70759F) is known color: Chetwode Blue. HEX triplet: 70, 75 and 9F. RGB value is (112,117,159). Sum of RGB (Red+Green+Blue) = 112+117+159=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #70759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759F is #8F8A60. Grayscale: #787878. Windows color (decimal): -9407073 or 10450288. OLE color: 10450288.

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

Color convert

RGB 112 117 159 -
CMYK 0.30 0.26 0 0.38
HSL 233.62º 0.2% 0.53% -
HSV(B) 233.62º 0.3% 0.62% -
XYZ 19.3 18.67 35.39 -
YUV 120.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 112 117 159 0.30 0.26 0 0.38 233.62 0.2 0.53
Hex 70 75 9F 1E 1A 0 26 EA 14 35
Octal 160 165 237 36 32 0 46 352 24 65
Binary 1110000 1110101 10011111 11110 11010 0 100110 11101010 10100 110101

Color Harmonies of #70759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70759F

Black with #70759F

Text Example


Text Example

White with #70759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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