Html Css Color HEX #7079BE Chetwode Blue

📋 copy color: '#7079BE'

red 112 ◦ green 121 ◦ blue 190

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

Shades of Chetwode Blue #7079BE

Tints of Chetwode Blue #7079BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 26.48%
G = 28.61%
B = 44.92%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7079BE (or 0x7079BE) is known color: Chetwode Blue. HEX triplet: 70, 79 and BE. RGB value is (112,121,190). Sum of RGB (Red+Green+Blue) = 112+121+190=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7079BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079BE is #8F8641. Grayscale: #7D7D7D. Windows color (decimal): -9406018 or 12482928. OLE color: 12482928.

HSL color Cylindrical-coordinate representation of color #7079BE: hue angle of 233.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7079BE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 121 190 -
CMYK 0.41 0.36 0 0.25
HSL 233.08º 0.38% 0.59% -
HSV(B) 233.08º 0.41% 0.75% -
XYZ 22.81 20.84 51.53 -
YUV 126.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 112 121 190 0.41 0.36 0 0.25 233.08 0.38 0.59
Hex 70 79 BE 29 24 0 19 E9 26 3B
Octal 160 171 276 51 44 0 31 351 46 73
Binary 1110000 1111001 10111110 101001 100100 0 11001 11101001 100110 111011

Color Harmonies of #7079BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079BE

Black with #7079BE

Text Example


Text Example

White with #7079BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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