Html Css Color HEX #7073BC Chetwode Blue

📋 copy color: '#7073BC'

red 112 ◦ green 115 ◦ blue 188

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

Shades of Chetwode Blue #7073BC

Tints of Chetwode Blue #7073BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 26.99%
G = 27.71%
B = 45.3%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7073BC (or 0x7073BC) is known color: Chetwode Blue. HEX triplet: 70, 73 and BC. RGB value is (112,115,188). Sum of RGB (Red+Green+Blue) = 112+115+188=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7073BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073BC is #8F8C43. Grayscale: #7A7A7A. Windows color (decimal): -9407556 or 12350320. OLE color: 12350320.

HSL color Cylindrical-coordinate representation of color #7073BC: hue angle of 237.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7073BC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 115 188 -
CMYK 0.40 0.39 0 0.26
HSL 237.63º 0.36% 0.59% -
HSV(B) 237.63º 0.4% 0.74% -
XYZ 21.89 19.34 50.16 -
YUV 122.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 112 115 188 0.40 0.39 0 0.26 237.63 0.36 0.59
Hex 70 73 BC 28 27 0 1A EE 24 3B
Octal 160 163 274 50 47 0 32 356 44 73
Binary 1110000 1110011 10111100 101000 100111 0 11010 11101110 100100 111011

Color Harmonies of #7073BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073BC

Black with #7073BC

Text Example


Text Example

White with #7073BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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