Html Css Color HEX #7074BB Chetwode Blue

📋 copy color: '#7074BB'

red 112 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #7074BB

Tints of Chetwode Blue #7074BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 26.99%
G = 27.95%
B = 45.06%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7074BB (or 0x7074BB) is known color: Chetwode Blue. HEX triplet: 70, 74 and BB. RGB value is (112,116,187). Sum of RGB (Red+Green+Blue) = 112+116+187=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #7074BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074BB is #8F8B44. Grayscale: #7A7A7A. Windows color (decimal): -9407301 or 12285040. OLE color: 12285040.

HSL color Cylindrical-coordinate representation of color #7074BB: hue angle of 236.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7074BB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 116 187 -
CMYK 0.40 0.38 0 0.27
HSL 236.8º 0.36% 0.59% -
HSV(B) 236.8º 0.4% 0.73% -
XYZ 21.9 19.52 49.63 -
YUV 122.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 112 116 187 0.40 0.38 0 0.27 236.8 0.36 0.59
Hex 70 74 BB 28 26 0 1B ED 24 3B
Octal 160 164 273 50 46 0 33 355 44 73
Binary 1110000 1110100 10111011 101000 100110 0 11011 11101101 100100 111011

Color Harmonies of #7074BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074BB

Black with #7074BB

Text Example


Text Example

White with #7074BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7074BB; }

 p { color: rgb(112,116,187); }

 H1.HeaderClassName
 {
   color: #7074BB;
 }
 .AnyTagClassName
 {
   color: #7074BB;
 }
</style>

background-color css

<style>
 a { background-color: #7074BB; }

 a { background-color: rgb(112,116,187); }

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

border-color css

<style>
 span { border-color: #7074BB; }

 span { border-color: rgb(112,116,187); }

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