Html Css Color HEX #7073AB Chetwode Blue

📋 copy color: '#7073AB'

red 112 ◦ green 115 ◦ blue 171

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

Shades of Chetwode Blue #7073AB

Tints of Chetwode Blue #7073AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 28.14%
G = 28.89%
B = 42.96%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7073AB (or 0x7073AB) is known color: Chetwode Blue. HEX triplet: 70, 73 and AB. RGB value is (112,115,171). Sum of RGB (Red+Green+Blue) = 112+115+171=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7073AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7073AB is #8F8C54. Grayscale: #787878. Windows color (decimal): -9407573 or 11236208. OLE color: 11236208.

HSL color Cylindrical-coordinate representation of color #7073AB: hue angle of 236.95º 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 #7073AB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 115 171 -
CMYK 0.35 0.33 0 0.33
HSL 236.95º 0.26% 0.55% -
HSV(B) 236.95º 0.35% 0.67% -
XYZ 20.16 18.65 41.06 -
YUV 120.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 112 115 171 0.35 0.33 0 0.33 236.95 0.26 0.55
Hex 70 73 AB 23 21 0 21 ED 1A 37
Octal 160 163 253 43 41 0 41 355 32 67
Binary 1110000 1110011 10101011 100011 100001 0 100001 11101101 11010 110111

Color Harmonies of #7073AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073AB

Black with #7073AB

Text Example


Text Example

White with #7073AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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