Html Css Color HEX #7079AC Chetwode Blue

📋 copy color: '#7079AC'

red 112 ◦ green 121 ◦ blue 172

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

Shades of Chetwode Blue #7079AC

Tints of Chetwode Blue #7079AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 27.65%
G = 29.88%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7079AC (or 0x7079AC) is known color: Chetwode Blue. HEX triplet: 70, 79 and AC. RGB value is (112,121,172). Sum of RGB (Red+Green+Blue) = 112+121+172=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7079AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079AC is #8F8653. Grayscale: #7B7B7B. Windows color (decimal): -9406036 or 11303280. OLE color: 11303280.

HSL color Cylindrical-coordinate representation of color #7079AC: hue angle of 231º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7079AC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 121 172 -
CMYK 0.35 0.30 0 0.33
HSL 231º 0.27% 0.56% -
HSV(B) 231º 0.35% 0.67% -
XYZ 20.97 20.1 41.8 -
YUV 124.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 112 121 172 0.35 0.30 0 0.33 231 0.27 0.56
Hex 70 79 AC 23 1E 0 21 E7 1B 38
Octal 160 171 254 43 36 0 41 347 33 70
Binary 1110000 1111001 10101100 100011 11110 0 100001 11100111 11011 111000

Color Harmonies of #7079AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079AC

Black with #7079AC

Text Example


Text Example

White with #7079AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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