Html Css Color HEX #7270AB Chetwode Blue

📋 copy color: '#7270AB'

red 114 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #7270AB

Tints of Chetwode Blue #7270AB

RGB

 RED value IS 114 (44.92% from 255) = 28.72%

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 28.72%
G = 28.21%
B = 43.07%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7270AB (or 0x7270AB) is known color: Chetwode Blue. HEX triplet: 72, 70 and AB. RGB value is (114,112,171). Sum of RGB (Red+Green+Blue) = 114+112+171=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7270AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7270AB is #8D8F54. Grayscale: #777777. Windows color (decimal): -9277269 or 11235442. OLE color: 11235442.

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

Color convert

RGB 114 112 171 -
CMYK 0.33 0.35 0 0.33
HSL 242.03º 0.26% 0.55% -
HSV(B) 242.03º 0.35% 0.67% -
XYZ 20.08 18.11 40.96 -
YUV 119.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 114 112 171 0.33 0.35 0 0.33 242.03 0.26 0.55
Hex 72 70 AB 21 23 0 21 F2 1A 37
Octal 162 160 253 41 43 0 41 362 32 67
Binary 1110010 1110000 10101011 100001 100011 0 100001 11110010 11010 110111

Color Harmonies of #7270AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270AB

Black with #7270AB

Text Example


Text Example

White with #7270AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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