Html Css Color HEX #7072B4 Chetwode Blue

📋 copy color: '#7072B4'

red 112 ◦ green 114 ◦ blue 180

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

Shades of Chetwode Blue #7072B4

Tints of Chetwode Blue #7072B4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 27.59%
G = 28.08%
B = 44.33%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7072B4 (or 0x7072B4) is known color: Chetwode Blue. HEX triplet: 70, 72 and B4. RGB value is (112,114,180). Sum of RGB (Red+Green+Blue) = 112+114+180=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #7072B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072B4 is #8F8D4B. Grayscale: #787878. Windows color (decimal): -9407820 or 11825776. OLE color: 11825776.

HSL color Cylindrical-coordinate representation of color #7072B4: hue angle of 238.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7072B4 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 114 180 -
CMYK 0.38 0.37 0 0.29
HSL 238.24º 0.31% 0.57% -
HSV(B) 238.24º 0.38% 0.71% -
XYZ 20.94 18.77 45.7 -
YUV 120.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 112 114 180 0.38 0.37 0 0.29 238.24 0.31 0.57
Hex 70 72 B4 26 25 0 1D EE 1F 39
Octal 160 162 264 46 45 0 35 356 37 71
Binary 1110000 1110010 10110100 100110 100101 0 11101 11101110 11111 111001

Color Harmonies of #7072B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072B4

Black with #7072B4

Text Example


Text Example

White with #7072B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7072B4; }

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

 H1.HeaderClassName
 {
   color: #7072B4;
 }
 .AnyTagClassName
 {
   color: #7072B4;
 }
</style>

background-color css

<style>
 a { background-color: #7072B4; }

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

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

border-color css

<style>
 span { border-color: #7072B4; }

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

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