Html Css Color HEX #70769B Chetwode Blue

📋 copy color: '#70769B'

red 112 ◦ green 118 ◦ blue 155

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

Shades of Chetwode Blue #70769B

Tints of Chetwode Blue #70769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 29.09%
G = 30.65%
B = 40.26%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70769B (or 0x70769B) is known color: Chetwode Blue. HEX triplet: 70, 76 and 9B. RGB value is (112,118,155). Sum of RGB (Red+Green+Blue) = 112+118+155=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #70769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769B is #8F8964. Grayscale: #787878. Windows color (decimal): -9406821 or 10188400. OLE color: 10188400.

HSL color Cylindrical-coordinate representation of color #70769B: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70769B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 118 155 -
CMYK 0.28 0.24 0 0.39
HSL 231.63º 0.18% 0.52% -
HSV(B) 231.63º 0.28% 0.61% -
XYZ 19.08 18.77 33.63 -
YUV 120.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 112 118 155 0.28 0.24 0 0.39 231.63 0.18 0.52
Hex 70 76 9B 1C 18 0 27 E8 12 34
Octal 160 166 233 34 30 0 47 350 22 64
Binary 1110000 1110110 10011011 11100 11000 0 100111 11101000 10010 110100

Color Harmonies of #70769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70769B

Black with #70769B

Text Example


Text Example

White with #70769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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