Html Css Color HEX #7079AB Chetwode Blue

📋 copy color: '#7079AB'

red 112 ◦ green 121 ◦ blue 171

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

Shades of Chetwode Blue #7079AB

Tints of Chetwode Blue #7079AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 27.72%
G = 29.95%
B = 42.33%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7079AB (or 0x7079AB) is known color: Chetwode Blue. HEX triplet: 70, 79 and AB. RGB value is (112,121,171). Sum of RGB (Red+Green+Blue) = 112+121+171=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7079AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079AB is #8F8654. Grayscale: #7B7B7B. Windows color (decimal): -9406037 or 11237744. OLE color: 11237744.

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

Color convert

RGB 112 121 171 -
CMYK 0.35 0.29 0 0.33
HSL 230.85º 0.26% 0.55% -
HSV(B) 230.85º 0.35% 0.67% -
XYZ 20.87 20.06 41.3 -
YUV 124.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 112 121 171 0.35 0.29 0 0.33 230.85 0.26 0.55
Hex 70 79 AB 23 1D 0 21 E7 1A 37
Octal 160 171 253 43 35 0 41 347 32 67
Binary 1110000 1111001 10101011 100011 11101 0 100001 11100111 11010 110111

Color Harmonies of #7079AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079AB

Black with #7079AB

Text Example


Text Example

White with #7079AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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