#74769D

Color #74769D Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #74769D

Tints of Chetwode Blue #74769D

Color information

#74769D (or 0x74769D) is unknown color: approx Chetwode Blue. HEX triplet: 74, 76 and 9D. RGB value is (116,118,157). Sum of RGB (Red+Green+Blue) = 116+118+157=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #74769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769D is #8B8962. Grayscale: #797979. Windows color (decimal): -9144675 or 10319476. OLE color: 10319476.

HSL color Cylindrical-coordinate representation of color #74769D: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74769D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116118157-
CMYK0.260.2500.38
HSL237.07º17.3%53.53%-
HSV(B)237.07º26.11%61.57%-
XYZ19.7719.134.54-
YUV121.85147.84123.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=29.67%
G=30.18%
B=40.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161181570.260.2500.38237.0717.353.53
Hex74769D1A19026ed1136
Octal16416623532310463552166
Binary1110100111011010011101110101100101001101110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74769D; }

 p { color: rgb(116,118,157); }

 H1.HeaderClassName
 {
   color: #74769D;
 }
 .AnyTagClassName
 {
   color: #74769D;
 }
</style>
background-color css

<style>
 a { background-color: #74769D; }

 a { background-color: rgb(116,118,157); }

 div.DivClassName
 {
   background-color: #74769D;
 }
 .BgClassName
 {
   background-color: #74769D;
 }
</style>
border-color css

<style>
 span { border-color: #74769D; }

 span { border-color: rgb(116,118,157); }

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