Html Css Color HEX #7079B4 Chetwode Blue

📋 copy color: '#7079B4'

red 112 ◦ green 121 ◦ blue 180

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

Shades of Chetwode Blue #7079B4

Tints of Chetwode Blue #7079B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.58%

R = 27.12%
G = 29.3%
B = 43.58%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7079B4 (or 0x7079B4) is known color: Chetwode Blue. HEX triplet: 70, 79 and B4. RGB value is (112,121,180). Sum of RGB (Red+Green+Blue) = 112+121+180=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #7079B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079B4 is #8F864B. Grayscale: #7C7C7C. Windows color (decimal): -9406028 or 11827568. OLE color: 11827568.

HSL color Cylindrical-coordinate representation of color #7079B4: hue angle of 232.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7079B4 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 121 180 -
CMYK 0.38 0.33 0 0.29
HSL 232.06º 0.31% 0.57% -
HSV(B) 232.06º 0.38% 0.71% -
XYZ 21.76 20.41 45.97 -
YUV 125.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 112 121 180 0.38 0.33 0 0.29 232.06 0.31 0.57
Hex 70 79 B4 26 21 0 1D E8 1F 39
Octal 160 171 264 46 41 0 35 350 37 71
Binary 1110000 1111001 10110100 100110 100001 0 11101 11101000 11111 111001

Color Harmonies of #7079B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079B4

Black with #7079B4

Text Example


Text Example

White with #7079B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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