Html Css Color HEX #70769A Chetwode Blue

📋 copy color: '#70769A'

red 112 ◦ green 118 ◦ blue 154

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

Shades of Chetwode Blue #70769A

Tints of Chetwode Blue #70769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

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

R = 29.17%
G = 30.73%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70769A (or 0x70769A) is known color: Chetwode Blue. HEX triplet: 70, 76 and 9A. RGB value is (112,118,154). Sum of RGB (Red+Green+Blue) = 112+118+154=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #70769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769A is #8F8965. Grayscale: #787878. Windows color (decimal): -9406822 or 10122864. OLE color: 10122864.

HSL color Cylindrical-coordinate representation of color #70769A: hue angle of 231.43º 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 #70769A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 118 154 -
CMYK 0.27 0.23 0 0.40
HSL 231.43º 0.17% 0.52% -
HSV(B) 231.43º 0.27% 0.6% -
XYZ 18.99 18.73 33.19 -
YUV 120.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 112 118 154 0.27 0.23 0 0.40 231.43 0.17 0.52
Hex 70 76 9A 1B 17 0 28 E7 11 34
Octal 160 166 232 33 27 0 50 347 21 64
Binary 1110000 1110110 10011010 11011 10111 0 101000 11100111 10001 110100

Color Harmonies of #70769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70769A

Black with #70769A

Text Example


Text Example

White with #70769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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