Html Css Color HEX #7270B2 Chetwode Blue

📋 copy color: '#7270B2'

red 114 ◦ green 112 ◦ blue 178

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

Shades of Chetwode Blue #7270B2

Tints of Chetwode Blue #7270B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.06%

R = 28.22%
G = 27.72%
B = 44.06%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7270B2 (or 0x7270B2) is known color: Chetwode Blue. HEX triplet: 72, 70 and B2. RGB value is (114,112,178). Sum of RGB (Red+Green+Blue) = 114+112+178=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #7270B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7270B2 is #8D8F4D. Grayscale: #777777. Windows color (decimal): -9277262 or 11694194. OLE color: 11694194.

HSL color Cylindrical-coordinate representation of color #7270B2: hue angle of 241.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7270B2 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 112 178 -
CMYK 0.36 0.37 0 0.30
HSL 241.82º 0.3% 0.57% -
HSV(B) 241.82º 0.37% 0.7% -
XYZ 20.77 18.38 44.57 -
YUV 120.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 114 112 178 0.36 0.37 0 0.30 241.82 0.3 0.57
Hex 72 70 B2 24 25 0 1E F2 1E 39
Octal 162 160 262 44 45 0 36 362 36 71
Binary 1110010 1110000 10110010 100100 100101 0 11110 11110010 11110 111001

Color Harmonies of #7270B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270B2

Black with #7270B2

Text Example


Text Example

White with #7270B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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