Html Css Color HEX #70749A Chetwode Blue

📋 copy color: '#70749A'

red 112 ◦ green 116 ◦ blue 154

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

Shades of Chetwode Blue #70749A

Tints of Chetwode Blue #70749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 29.32%
G = 30.37%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70749A (or 0x70749A) is known color: Chetwode Blue. HEX triplet: 70, 74 and 9A. RGB value is (112,116,154). Sum of RGB (Red+Green+Blue) = 112+116+154=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #70749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70749A is #8F8B65. Grayscale: #767676. Windows color (decimal): -9407334 or 10122352. OLE color: 10122352.

HSL color Cylindrical-coordinate representation of color #70749A: hue angle of 234.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70749A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 116 154 -
CMYK 0.27 0.25 0 0.40
HSL 234.29º 0.17% 0.52% -
HSV(B) 234.29º 0.27% 0.6% -
XYZ 18.76 18.27 33.11 -
YUV 119.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 112 116 154 0.27 0.25 0 0.40 234.29 0.17 0.52
Hex 70 74 9A 1B 19 0 28 EA 11 34
Octal 160 164 232 33 31 0 50 352 21 64
Binary 1110000 1110100 10011010 11011 11001 0 101000 11101010 10001 110100

Color Harmonies of #70749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70749A

Black with #70749A

Text Example


Text Example

White with #70749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70749A; }

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

 H1.HeaderClassName
 {
   color: #70749A;
 }
 .AnyTagClassName
 {
   color: #70749A;
 }
</style>

background-color css

<style>
 a { background-color: #70749A; }

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

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

border-color css

<style>
 span { border-color: #70749A; }

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

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