Html Css Color HEX #7274AA Chetwode Blue

📋 copy color: '#7274AA'

red 114 ◦ green 116 ◦ blue 170

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

Shades of Chetwode Blue #7274AA

Tints of Chetwode Blue #7274AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 28.5%
G = 29%
B = 42.5%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7274AA (or 0x7274AA) is known color: Chetwode Blue. HEX triplet: 72, 74 and AA. RGB value is (114,116,170). Sum of RGB (Red+Green+Blue) = 114+116+170=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7274AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7274AA is #8D8B55. Grayscale: #797979. Windows color (decimal): -9276246 or 11170930. OLE color: 11170930.

HSL color Cylindrical-coordinate representation of color #7274AA: hue angle of 237.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7274AA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 116 170 -
CMYK 0.33 0.32 0 0.33
HSL 237.86º 0.25% 0.56% -
HSV(B) 237.86º 0.33% 0.67% -
XYZ 20.44 18.97 40.61 -
YUV 121.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 114 116 170 0.33 0.32 0 0.33 237.86 0.25 0.56
Hex 72 74 AA 21 20 0 21 EE 19 38
Octal 162 164 252 41 40 0 41 356 31 70
Binary 1110010 1110100 10101010 100001 100000 0 100001 11101110 11001 111000

Color Harmonies of #7274AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7274AA

Black with #7274AA

Text Example


Text Example

White with #7274AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7274AA; }

 p { color: rgb(114,116,170); }

 H1.HeaderClassName
 {
   color: #7274AA;
 }
 .AnyTagClassName
 {
   color: #7274AA;
 }
</style>

background-color css

<style>
 a { background-color: #7274AA; }

 a { background-color: rgb(114,116,170); }

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

border-color css

<style>
 span { border-color: #7274AA; }

 span { border-color: rgb(114,116,170); }

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