Html Css Color HEX #7079AA Chetwode Blue

📋 copy color: '#7079AA'

red 112 ◦ green 121 ◦ blue 170

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

Shades of Chetwode Blue #7079AA

Tints of Chetwode Blue #7079AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 27.79%
G = 30.02%
B = 42.18%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7079AA (or 0x7079AA) is known color: Chetwode Blue. HEX triplet: 70, 79 and AA. RGB value is (112,121,170). Sum of RGB (Red+Green+Blue) = 112+121+170=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7079AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079AA is #8F8655. Grayscale: #7B7B7B. Windows color (decimal): -9406038 or 11172208. OLE color: 11172208.

HSL color Cylindrical-coordinate representation of color #7079AA: hue angle of 230.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7079AA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 121 170 -
CMYK 0.34 0.29 0 0.33
HSL 230.69º 0.25% 0.55% -
HSV(B) 230.69º 0.34% 0.67% -
XYZ 20.78 20.02 40.8 -
YUV 123.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 112 121 170 0.34 0.29 0 0.33 230.69 0.25 0.55
Hex 70 79 AA 22 1D 0 21 E7 19 37
Octal 160 171 252 42 35 0 41 347 31 67
Binary 1110000 1111001 10101010 100010 11101 0 100001 11100111 11001 110111

Color Harmonies of #7079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079AA

Black with #7079AA

Text Example


Text Example

White with #7079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7079AA; }

 p { color: rgb(112,121,170); }

 H1.HeaderClassName
 {
   color: #7079AA;
 }
 .AnyTagClassName
 {
   color: #7079AA;
 }
</style>

background-color css

<style>
 a { background-color: #7079AA; }

 a { background-color: rgb(112,121,170); }

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

border-color css

<style>
 span { border-color: #7079AA; }

 span { border-color: rgb(112,121,170); }

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