Html Css Color HEX #73759D Chetwode Blue

📋 copy color: '#73759D'

red 115 ◦ green 117 ◦ blue 157

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

Shades of Chetwode Blue #73759D

Tints of Chetwode Blue #73759D

RGB

 RED value IS 115 (45.31% from 255) = 29.56%

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 29.56%
G = 30.08%
B = 40.36%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73759D (or 0x73759D) is known color: Chetwode Blue. HEX triplet: 73, 75 and 9D. RGB value is (115,117,157). Sum of RGB (Red+Green+Blue) = 115+117+157=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #73759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759D is #8C8A62. Grayscale: #787878. Windows color (decimal): -9210467 or 10319219. OLE color: 10319219.

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

Color convert

RGB 115 117 157 -
CMYK 0.27 0.25 0 0.38
HSL 237.14º 0.18% 0.53% -
HSV(B) 237.14º 0.27% 0.62% -
XYZ 19.52 18.8 34.5 -
YUV 120.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 115 117 157 0.27 0.25 0 0.38 237.14 0.18 0.53
Hex 73 75 9D 1B 19 0 26 ED 12 35
Octal 163 165 235 33 31 0 46 355 22 65
Binary 1110011 1110101 10011101 11011 11001 0 100110 11101101 10010 110101

Color Harmonies of #73759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73759D

Black with #73759D

Text Example


Text Example

White with #73759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,117,157); }

 H1.HeaderClassName
 {
   color: #73759D;
 }
 .AnyTagClassName
 {
   color: #73759D;
 }
</style>

background-color css

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

 a { background-color: rgb(115,117,157); }

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

border-color css

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

 span { border-color: rgb(115,117,157); }

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