Html Css Color HEX #7074BA Chetwode Blue

📋 copy color: '#7074BA'

red 112 ◦ green 116 ◦ blue 186

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

Shades of Chetwode Blue #7074BA

Tints of Chetwode Blue #7074BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 27.05%
G = 28.02%
B = 44.93%

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

#7074BA (or 0x7074BA) is known color: Chetwode Blue. HEX triplet: 70, 74 and BA. RGB value is (112,116,186). Sum of RGB (Red+Green+Blue) = 112+116+186=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7074BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074BA is #8F8B45. Grayscale: #7A7A7A. Windows color (decimal): -9407302 or 12219504. OLE color: 12219504.

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

Color convert

RGB 112 116 186 -
CMYK 0.40 0.38 0 0.27
HSL 236.76º 0.35% 0.58% -
HSV(B) 236.76º 0.4% 0.73% -
XYZ 21.79 19.48 49.07 -
YUV 122.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 112 116 186 0.40 0.38 0 0.27 236.76 0.35 0.58
Hex 70 74 BA 28 26 0 1B ED 23 3A
Octal 160 164 272 50 46 0 33 355 43 72
Binary 1110000 1110100 10111010 101000 100110 0 11011 11101101 100011 111010

Color Harmonies of #7074BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074BA

Black with #7074BA

Text Example


Text Example

White with #7074BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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