Html Css Color HEX #46597D Chambray

📋 copy color: '#46597D'

red 70 ◦ green 89 ◦ blue 125

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

Shades of Chambray #46597D

Tints of Chambray #46597D

RGB

 RED value IS 70 (27.73% from 255) = 24.65%

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 24.65%
G = 31.34%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46597D (or 0x46597D) is known color: Chambray. HEX triplet: 46, 59 and 7D. RGB value is (70,89,125). Sum of RGB (Red+Green+Blue) = 70+89+125=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #46597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46597D is #B9A682. Grayscale: #575757. Windows color (decimal): -12166787 or 8214854. OLE color: 8214854.

HSL color Cylindrical-coordinate representation of color #46597D: hue angle of 219.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46597D is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 89 125 -
CMYK 0.44 0.29 0 0.51
HSL 219.27º 0.28% 0.38% -
HSV(B) 219.27º 0.44% 0.49% -
XYZ 9.8 9.93 20.8 -
YUV 87.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 70 89 125 0.44 0.29 0 0.51 219.27 0.28 0.38
Hex 46 59 7D 2C 1D 0 33 DB 1C 26
Octal 106 131 175 54 35 0 63 333 34 46
Binary 1000110 1011001 1111101 101100 11101 0 110011 11011011 11100 100110

Color Harmonies of #46597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46597D

Black with #46597D

Text Example


Text Example

White with #46597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,89,125); }

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

background-color css

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

 a { background-color: rgb(70,89,125); }

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

border-color css

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

 span { border-color: rgb(70,89,125); }

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