Html Css Color HEX #46596C Chambray

📋 copy color: '#46596C'

red 70 ◦ green 89 ◦ blue 108

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

Shades of Chambray #46596C

Tints of Chambray #46596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 26.22%
G = 33.33%
B = 40.45%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46596C (or 0x46596C) is known color: Chambray. HEX triplet: 46, 59 and 6C. RGB value is (70,89,108). Sum of RGB (Red+Green+Blue) = 70+89+108=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #46596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46596C is #B9A693. Grayscale: #555555. Windows color (decimal): -12166804 or 7100742. OLE color: 7100742.

HSL color Cylindrical-coordinate representation of color #46596C: hue angle of 210º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46596C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 89 108 -
CMYK 0.35 0.18 0 0.58
HSL 210º 0.21% 0.35% -
HSV(B) 210º 0.35% 0.42% -
XYZ 8.8 9.53 15.56 -
YUV 85.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 70 89 108 0.35 0.18 0 0.58 210 0.21 0.35
Hex 46 59 6C 23 12 0 3A D2 15 23
Octal 106 131 154 43 22 0 72 322 25 43
Binary 1000110 1011001 1101100 100011 10010 0 111010 11010010 10101 100011

Color Harmonies of #46596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46596C

Black with #46596C

Text Example


Text Example

White with #46596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46596C; }

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

 H1.HeaderClassName
 {
   color: #46596C;
 }
 .AnyTagClassName
 {
   color: #46596C;
 }
</style>

background-color css

<style>
 a { background-color: #46596C; }

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

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

border-color css

<style>
 span { border-color: #46596C; }

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

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