Html Css Color HEX #7071BE Chetwode Blue

📋 copy color: '#7071BE'

red 112 ◦ green 113 ◦ blue 190

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

Shades of Chetwode Blue #7071BE

Tints of Chetwode Blue #7071BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

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

R = 26.99%
G = 27.23%
B = 45.78%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7071BE (or 0x7071BE) is known color: Chetwode Blue. HEX triplet: 70, 71 and BE. RGB value is (112,113,190). Sum of RGB (Red+Green+Blue) = 112+113+190=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7071BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071BE is #8F8E41. Grayscale: #797979. Windows color (decimal): -9408066 or 12480880. OLE color: 12480880.

HSL color Cylindrical-coordinate representation of color #7071BE: hue angle of 239.23º 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 #7071BE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 113 190 -
CMYK 0.41 0.41 0 0.25
HSL 239.23º 0.38% 0.59% -
HSV(B) 239.23º 0.41% 0.75% -
XYZ 21.88 18.97 51.22 -
YUV 121.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 112 113 190 0.41 0.41 0 0.25 239.23 0.38 0.59
Hex 70 71 BE 29 29 0 19 EF 26 3B
Octal 160 161 276 51 51 0 31 357 46 73
Binary 1110000 1110001 10111110 101001 101001 0 11001 11101111 100110 111011

Color Harmonies of #7071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071BE

Black with #7071BE

Text Example


Text Example

White with #7071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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