Html Css Color HEX #46586F Chambray

📋 copy color: '#46586F'

red 70 ◦ green 88 ◦ blue 111

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

Shades of Chambray #46586F

Tints of Chambray #46586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 26.02%
G = 32.71%
B = 41.26%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46586F (or 0x46586F) is known color: Chambray. HEX triplet: 46, 58 and 6F. RGB value is (70,88,111). Sum of RGB (Red+Green+Blue) = 70+88+111=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #46586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46586F is #B9A790. Grayscale: #555555. Windows color (decimal): -12167057 or 7297094. OLE color: 7297094.

HSL color Cylindrical-coordinate representation of color #46586F: hue angle of 213.66º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46586F is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 88 111 -
CMYK 0.37 0.21 0 0.56
HSL 213.66º 0.23% 0.35% -
HSV(B) 213.66º 0.37% 0.44% -
XYZ 8.88 9.43 16.39 -
YUV 85.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 70 88 111 0.37 0.21 0 0.56 213.66 0.23 0.35
Hex 46 58 6F 25 15 0 38 D6 17 23
Octal 106 130 157 45 25 0 70 326 27 43
Binary 1000110 1011000 1101111 100101 10101 0 111000 11010110 10111 100011

Color Harmonies of #46586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46586F

Black with #46586F

Text Example


Text Example

White with #46586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46586F; }

 p { color: rgb(70,88,111); }

 H1.HeaderClassName
 {
   color: #46586F;
 }
 .AnyTagClassName
 {
   color: #46586F;
 }
</style>

background-color css

<style>
 a { background-color: #46586F; }

 a { background-color: rgb(70,88,111); }

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

border-color css

<style>
 span { border-color: #46586F; }

 span { border-color: rgb(70,88,111); }

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