Html Css Color HEX #71769B Chetwode Blue

📋 copy color: '#71769B'

red 113 ◦ green 118 ◦ blue 155

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

Shades of Chetwode Blue #71769B

Tints of Chetwode Blue #71769B

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

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

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

R = 29.27%
G = 30.57%
B = 40.16%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71769B (or 0x71769B) is known color: Chetwode Blue. HEX triplet: 71, 76 and 9B. RGB value is (113,118,155). Sum of RGB (Red+Green+Blue) = 113+118+155=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #71769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71769B is #8E8964. Grayscale: #787878. Windows color (decimal): -9341285 or 10188401. OLE color: 10188401.

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

Color convert

RGB 113 118 155 -
CMYK 0.27 0.24 0 0.39
HSL 232.86º 0.17% 0.53% -
HSV(B) 232.86º 0.27% 0.61% -
XYZ 19.2 18.83 33.63 -
YUV 120.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 113 118 155 0.27 0.24 0 0.39 232.86 0.17 0.53
Hex 71 76 9B 1B 18 0 27 E9 11 35
Octal 161 166 233 33 30 0 47 351 21 65
Binary 1110001 1110110 10011011 11011 11000 0 100111 11101001 10001 110101

Color Harmonies of #71769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71769B

Black with #71769B

Text Example


Text Example

White with #71769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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